Changeset 43051 for trunk/src/wp-content/themes/twentyeleven/footer.php
- Timestamp:
- 05/01/2018 06:27:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/footer.php
r42343 r43051 27 27 <div id="site-generator"> 28 28 <?php do_action( 'twentyeleven_credits' ); ?> 29 <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 <?php 30 if ( function_exists( 'the_privacy_policy_link' ) ) { 31 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 32 } 33 ?> 34 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"> 35 <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?> 36 </a> 30 37 </div> 31 38 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.