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