- 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/twentysixteen/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentysixteen/footer.php
r40851 r43294 49 49 ?> 50 50 <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> 51 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 51 <?php 52 if ( function_exists( 'the_privacy_policy_link' ) ) { 53 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 54 } 55 ?> 56 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> 57 <?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?> 58 </a> 52 59 </div><!-- .site-info --> 53 60 </footer><!-- .site-footer -->
Note: See TracChangeset
for help on using the changeset viewer.