Changeset 32314 for trunk/src/wp-content/themes/twentyten/footer.php
- Timestamp:
- 04/27/2015 05:35:06 PM (11 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
r31266 r32314 38 38 */ 39 39 do_action( 'twentyten_credits' ); ?> 40 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>40 <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 41 </div><!-- #site-generator --> 42 42
Note: See TracChangeset
for help on using the changeset viewer.