Changeset 45609 for trunk/src/wp-content/themes/twentythirteen/footer.php
- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/footer.php
r43051 r45609 23 23 ?> 24 24 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" class="imprint"> 25 <?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?> 25 <?php 26 /* translators: %s: WordPress */ 27 printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); 28 ?> 26 29 </a> 27 30 </div><!-- .site-info -->
Note: See TracChangeset
for help on using the changeset viewer.