Changeset 25065 for trunk/src/wp-content/themes/twentyfourteen/footer.php
- Timestamp:
- 08/20/2013 05:52:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/footer.php
r25021 r25065 12 12 </div><!-- #main --> 13 13 14 <?php get_sidebar( 'footer' ); ?>15 14 16 15 <footer id="colophon" class="site-footer" role="contentinfo"> 16 17 <?php get_sidebar( 'footer' ); ?> 18 17 19 <div class="site-info"> 18 20 <?php do_action( 'twentyfourteen_credits' ); ?> 19 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twenty thirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>21 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyfourteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 20 22 </div><!-- .site-info --> 21 23 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.