Changeset 43051 for trunk/src/wp-content/themes/twentysixteen/footer.php
- Timestamp:
- 05/01/2018 06:27:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/footer.php
r42343 r43051 53 53 ?> 54 54 <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> 55 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 55 <?php 56 if ( function_exists( 'the_privacy_policy_link' ) ) { 57 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 58 } 59 ?> 60 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> 61 <?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?> 62 </a> 56 63 </div><!-- .site-info --> 57 64 </footer><!-- .site-footer -->
Note: See TracChangeset
for help on using the changeset viewer.