Changeset 14620 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 05/14/2010 06:20:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r14611 r14620 80 80 add_theme_support( 'post-thumbnails' ); 81 81 82 // This theme uses wp_nav_menu()83 register_nav_menus( array('main' => __('Main Menu')) );84 85 82 // Add default posts and comments RSS feed links to head 86 83 add_theme_support( 'automatic-feed-links' ); … … 94 91 if ( is_readable( $locale_file ) ) 95 92 require_once( $locale_file ); 93 94 // This theme uses wp_nav_menu() in one location. 95 register_nav_menus( array( 96 'primary' => __( 'Primary Menu', 'twentyten' ), 97 ) ); 96 98 97 99 // This theme allows users to set a custom background
Note: See TracChangeset
for help on using the changeset viewer.