Changeset 20465
- Timestamp:
- 04/14/2012 07:02:04 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/header.php
r20223 r20465 117 117 <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> 118 118 <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 assig ed to the primary position is the one used. If none isassigned, 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. */ ?> 120 120 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 121 121 </nav><!-- #access --> -
trunk/wp-includes/post.php
r20453 r20465 1082 1082 * - publish_posts - Controls publishing objects of this post type. 1083 1083 * - read_private_posts - Controls whether private objects can be read. 1084 1084 * 1085 1085 * These four primitive capabilities are checked in core in various locations. 1086 1086 * There are also seven other primitive capabilities which are not referenced
Note: See TracChangeset
for help on using the changeset viewer.