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