Changeset 14549 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 05/10/2010 09:10:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r14544 r14549 46 46 <div id="header"> 47 47 <div id="masthead"> 48 <div id="branding" >48 <div id="branding" role="banner"> 49 49 <?php $heading_tag = ( is_home() || is_front_page() )? 'h1' : 'div'; ?> 50 50 <<?php echo $heading_tag; ?> id="site-title"> … … 68 68 </div><!-- #branding --> 69 69 70 <div id="access" >70 <div id="access" role="navigation"> 71 71 <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> 72 72 <?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.