Index: trunk/extras/my_themes/functions.php
===================================================================
--- trunk/extras/my_themes/functions.php	(revision 620)
+++ trunk/extras/my_themes/functions.php	(revision 627)
@@ -13,5 +13,5 @@
 if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' );
 // This theme uses wp_nav_menu() in one location.
-if ( function_exists('add_theme_support') ){
+if ( function_exists('register_nav_menus') ){
 		register_nav_menus( array(
 		'primary' => __('Primary Navigation','xpress'),
