Changeset 54922 for trunk/src/wp-content/themes/twentyten/header.php
- Timestamp:
- 12/01/2022 09:51:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r54492 r54922 70 70 <<?php echo $heading_tag; ?> id="site-title"> 71 71 <span> 72 <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"rel="home"><?php bloginfo( 'name' ); ?></a>72 <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> 73 73 </span> 74 74 </<?php echo $heading_tag; ?>> … … 113 113 <div id="access" role="navigation"> 114 114 <?php // Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. ?> 115 <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>115 <div class="skip-link screen-reader-text"><a href="#content"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div> 116 116 <?php 117 117 /*
Note: See TracChangeset
for help on using the changeset viewer.