Changeset 43051 for trunk/src/wp-content/themes/twentyfourteen/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/twentyfourteen/footer.php
r42343 r43051 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 21 <?php 22 if ( function_exists( 'the_privacy_policy_link' ) ) { 23 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 24 } 25 ?> 26 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint"> 27 <?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?> 28 </a> 22 29 </div><!-- .site-info --> 23 30 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.