Changeset 32314
- Timestamp:
- 04/27/2015 05:35:06 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/footer.php
r25746 r32314 26 26 <div id="site-generator"> 27 27 <?php do_action( 'twentyeleven_credits' ); ?> 28 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>28 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> 29 29 </div> 30 30 </footer><!-- #colophon --> -
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r32116 r32314 119 119 $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' . 120 120 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' . 121 '<p>' . __( '<a href="http ://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';121 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>'; 122 122 123 123 $screen = get_current_screen(); -
trunk/src/wp-content/themes/twentyfourteen/footer.php
r26106 r32314 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>21 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 22 22 </div><!-- .site-info --> 23 23 </footer><!-- #colophon --> -
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 -
trunk/src/wp-content/themes/twentythirteen/footer.php
r25522 r32314 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>19 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 20 20 </div><!-- .site-info --> 21 21 </footer><!-- #colophon --> -
trunk/src/wp-content/themes/twentytwelve/footer.php
r25521 r32314 14 14 <div class="site-info"> 15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 <a href="<?php echo esc_url( __( 'http ://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>16 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> 17 17 </div><!-- .site-info --> 18 18 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.