- 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/twentythirteen/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentythirteen/footer.php
r36956 r43294 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.