Changeset 30394 for trunk/src/wp-content/themes/twentyfifteen/footer.php
- Timestamp:
- 11/19/2014 08:27:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/footer.php
r30233 r30394 1 1 <?php 2 2 /** 3 * The template for displaying the footer .3 * The template for displaying the footer 4 4 * 5 5 * Contains the closing of the "site-content" div and all content after. … … 23 23 do_action( 'twentyfifteen_credits' ); 24 24 ?> 25 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>25 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> 26 26 </div><!-- .site-info --> 27 27 </footer><!-- .site-footer --> 28 28 29 </div><!-- .site --> 29 30
Note: See TracChangeset
for help on using the changeset viewer.