Changeset 619 for trunk/extras/my_themes/functions.php
- Timestamp:
- Jun 12, 2010, 12:44:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/my_themes/functions.php
r613 r619 10 10 // This theme uses wp_nav_menu() 11 11 if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 12 12 // This theme uses wp_nav_menu() in one location. 13 if ( function_exists('add_theme_support') ){ 14 register_nav_menus( array( 15 'primary' => __( 'Primary Navigation', 'xpress' ), 16 ) ); 17 } 13 18 load_theme_textdomain('xpress'); 14 19
Note: See TracChangeset
for help on using the changeset viewer.