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