Changeset 14620 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 05/14/2010 06:20:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r14611 r14620 70 70 <div id="access" role="navigation"> 71 71 <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div> 72 <?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header', 'theme_ menu' => 'main' ) ); ?>72 <?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> 73 73 </div><!-- #access --> 74 74 </div><!-- #masthead -->
Note: See TracChangeset
for help on using the changeset viewer.