Changeset 43051 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/footer.php
r42343 r43051 14 14 <div class="site-info"> 15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> 16 <?php 17 if ( function_exists( 'the_privacy_policy_link' ) ) { 18 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 19 } 20 ?> 21 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"> 22 <?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?> 23 </a> 17 24 </div><!-- .site-info --> 18 25 </footer><!-- #colophon -->
Note: See TracChangeset
for help on using the changeset viewer.