- Timestamp:
- 05/01/2018 06:27:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
r38833 r43051 11 11 ?> 12 12 <div class="site-info"> 13 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> 13 <?php 14 if ( function_exists( 'the_privacy_policy_link' ) ) { 15 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 16 } 17 ?> 18 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>" class="imprint"> 19 <?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?> 20 </a> 14 21 </div><!-- .site-info -->
Note: See TracChangeset
for help on using the changeset viewer.