Changeset 25743 for trunk/src/wp-content/themes/twentyfourteen/footer.php
- Timestamp:
- 10/09/2013 07:06:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/footer.php
r25065 r25743 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 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>21 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 22 22 </div><!-- .site-info --> 23 23 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.