Ticket #1482: meta-1482.patch
File meta-1482.patch, 1.2 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/header.php
3 3 $pagetitle = wp_get_document_title(); 4 4 require WPORGPATH . 'header.php'; 5 5 ?> 6 <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> 7 6 8 <div id="headline"> 7 9 <div class="wrapper"> 8 10 <h2><a href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a></h2> … … 15 17 <?php if ( has_nav_menu( 'primary' ) ) : ?> 16 18 <div role="navigation" class="site-navigation main-navigation"> 17 19 <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 20 20 21 <?php wp_nav_menu( array( 21 22 'theme_location' => 'primary',