Making WordPress.org

Ticket #1482: meta-1482.patch

File meta-1482.patch, 1.2 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/header.php

     
    33$pagetitle = wp_get_document_title();
    44require WPORGPATH . 'header.php';
    55?>
     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
    68<div id="headline">
    79        <div class="wrapper">
    810                <h2><a href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a></h2>
     
    1517        <?php if ( has_nav_menu( 'primary' ) ) : ?>
    1618        <div role="navigation" class="site-navigation main-navigation">
    1719                <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>
    1920
    2021                <?php wp_nav_menu( array(
    2122                        'theme_location' => 'primary',