- Timestamp:
- Jun 18, 2010, 9:15:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/functions.php
r620 r623 13 13 if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 14 14 // This theme uses wp_nav_menu() in one location. 15 if ( function_exists(' add_theme_support') ){15 if ( function_exists('register_nav_menus') ){ 16 16 register_nav_menus( array( 17 17 'primary' => __('Primary Navigation','xpress'),
Note: See TracChangeset
for help on using the changeset viewer.