Changeset 45609 for trunk/src/wp-content/themes/twentyten/footer.php
- Timestamp:
- 07/09/2019 01:08:47 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/footer.php
r43051 r45609 45 45 ?> 46 46 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> 47 <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?> 47 <?php 48 /* translators: %s: WordPress */ 49 printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); 50 ?> 48 51 </a> 49 52 </div><!-- #site-generator -->
Note: See TracChangeset
for help on using the changeset viewer.