- Timestamp:
- 05/17/2018 06:20:44 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyeleven/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentyeleven/footer.php
r35807 r43294 26 26 <div id="site-generator"> 27 27 <?php do_action( 'twentyeleven_credits' ); ?> 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> 28 <?php 29 if ( function_exists( 'the_privacy_policy_link' ) ) { 30 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 31 } 32 ?> 33 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"> 34 <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?> 35 </a> 29 36 </div> 30 37 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.