Changeset 25021 for trunk/src/wp-content/themes/twentyfourteen/footer.php
- Timestamp:
- 08/14/2013 04:38:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/footer.php
r24832 r25021 3 3 * The template for displaying the footer. 4 4 * 5 * Contains the closing of the id=main div and all content after5 * Contains footer content and the closing of the #main and #page div elements. 6 6 * 7 7 * @package WordPress … … 10 10 ?> 11 11 12 </div><!-- #main .site-main -->12 </div><!-- #main --> 13 13 14 <?php get_sidebar( 'footer' ); ?>14 <?php get_sidebar( 'footer' ); ?> 15 15 16 <footer id="colophon" class="site-footer" role="contentinfo">17 <div class="site-info">18 <?php do_action( 'twentyfourteen_credits' ); ?>19 <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>20 </div><!-- .site-info -->21 </footer><!-- #colophon .site-footer-->22 </div><!-- #page .hfeed .site -->16 <footer id="colophon" class="site-footer" role="contentinfo"> 17 <div class="site-info"> 18 <?php do_action( 'twentyfourteen_credits' ); ?> 19 <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> 20 </div><!-- .site-info --> 21 </footer><!-- #colophon --> 22 </div><!-- #page --> 23 23 24 <?php wp_footer(); ?> 25 24 <?php wp_footer(); ?> 26 25 </body> 27 26 </html>
Note: See TracChangeset
for help on using the changeset viewer.