XPressME Integration Kit

Trac

Changeset 623


Ignore:
Timestamp:
Jun 18, 2010, 9:15:35 AM (14 years ago)
Author:
toemon
Message:

themes bug fix (use wp3.0 under)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/functions.php

    r620 r623  
    1313if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 
    1414// This theme uses wp_nav_menu() in one location. 
    15 if ( function_exists('add_theme_support') ){ 
     15if ( function_exists('register_nav_menus') ){ 
    1616                register_nav_menus( array( 
    1717                'primary' => __('Primary Navigation','xpress'), 
Note: See TracChangeset for help on using the changeset viewer.