Make WordPress Core


Ignore:
Timestamp:
04/14/2012 07:02:04 PM (12 years ago)
Author:
duck_
Message:

Fix typo and terminology in Twenty Eleven's header template. Props JarretC. Fixes #20442.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/header.php

    r20223 r20465  
    117117                <div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
    118118                <div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
    119                 <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
     119                <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?>
    120120                <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    121121            </nav><!-- #access -->
Note: See TracChangeset for help on using the changeset viewer.