Make WordPress Core

Changeset 20465


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

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

Location:
trunk
Files:
2 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 -->
  • trunk/wp-includes/post.php

    r20453 r20465  
    10821082 * - publish_posts - Controls publishing objects of this post type.
    10831083 * - read_private_posts - Controls whether private objects can be read.
    1084 
     1084 *
    10851085 * These four primitive capabilities are checked in core in various locations.
    10861086 * There are also seven other primitive capabilities which are not referenced
Note: See TracChangeset for help on using the changeset viewer.