Changeset 43294 for branches/4.9/src/wp-content/themes/twentyten/footer.php
- 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/twentyten/footer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentyten/footer.php
r41349 r43294 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 … … 38 43 */ 39 44 do_action( 'twentyten_credits' ); ?> 40 <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> 45 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> 46 <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?> 47 </a> 41 48 </div><!-- #site-generator --> 42 49
Note: See TracChangeset
for help on using the changeset viewer.