Changeset 42343 for trunk/src/wp-content/themes/twentyten/footer.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 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
r41349 r42343 37 37 * @since Twenty Ten 1.0 38 38 */ 39 do_action( 'twentyten_credits' ); ?> 39 do_action( 'twentyten_credits' ); 40 ?> 40 41 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 41 42 </div><!-- #site-generator -->
Note: See TracChangeset
for help on using the changeset viewer.