]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/footer.php
WordPress 4.3.1
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / footer.php
index 99b6bbb26ca1238af2e687e0a0824f978e97e227..6dc4f94b3bb5ebfba14b10a3f8848539c56bcddf 100644 (file)
@@ -1,9 +1,8 @@
 <?php
 /**
- * The template for displaying the footer.
+ * The template for displaying the footer
  *
- * Contains footer content and the closing of the
- * #main and #page div elements.
+ * Contains footer content and the closing of the #main and #page div elements.
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
@@ -17,7 +16,7 @@
 
                        <div class="site-info">
                                <?php do_action( 'twentythirteen_credits' ); ?>
-                               <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
+                               <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
                        </div><!-- .site-info -->
                </footer><!-- #colophon -->
        </div><!-- #page -->