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