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