Changeset 43051 for trunk/src/wp-content/themes/twentyten/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/twentyten/footer.php
r42343 r43051 28 28 <?php bloginfo( 'name' ); ?> 29 29 </a> 30 <?php 31 if ( function_exists( 'the_privacy_policy_link' ) ) { 32 the_privacy_policy_link( '<span role="separator" aria-hidden="true"></span>', '' ); 33 } 34 ?> 30 35 </div><!-- #site-info --> 31 36 … … 39 44 do_action( 'twentyten_credits' ); 40 45 ?> 41 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 46 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> 47 <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?> 48 </a> 42 49 </div><!-- #site-generator --> 43 50
Note: See TracChangeset
for help on using the changeset viewer.