Changeset 43051 for trunk/src/wp-content/themes/twentythirteen/footer.php
- Timestamp:
- 05/01/2018 06:27:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/footer.php
r42343 r43051 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 19 <?php 20 if ( function_exists( 'the_privacy_policy_link' ) ) { 21 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 22 } 23 ?> 24 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" class="imprint"> 25 <?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?> 26 </a> 20 27 </div><!-- .site-info --> 21 28 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.