Changeset 36956
- Timestamp:
- 03/10/2016 09:06:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/footer.php
r32314 r36956 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <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>19 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 20 20 </div><!-- .site-info --> 21 21 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.