- Timestamp:
- 12/21/2015 10:01:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/header.php
r2045 r2221 5 5 ?> 6 6 <div id="headline"> 7 <a class="assistive-text skip-link" href="#main"><?php _e( 'Skip to content', 'p2' ); ?></a> 7 8 <div class="wrapper"> 8 9 <h2><a href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a></h2> … … 16 17 <div role="navigation" class="site-navigation main-navigation"> 17 18 <h1 class="assistive-text"><?php _e( 'Menu', 'p2' ); ?></h1> 18 <div class="assistive-text skip-link"><a href="#main" title="<?php esc_attr_e( 'Skip to content', 'p2' ); ?>"><?php _e( 'Skip to content', 'p2' ); ?></a></div>19 19 20 20 <?php wp_nav_menu( array(
Note: See TracChangeset
for help on using the changeset viewer.