Index: trunk/extras/my_themes/functions.php
===================================================================
--- trunk/extras/my_themes/functions.php	(revision 613)
+++ trunk/extras/my_themes/functions.php	(revision 619)
@@ -10,5 +10,10 @@
 	// This theme uses wp_nav_menu()
 	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') ){
+		register_nav_menus( array(
+		'primary' => __( 'Primary Navigation', 'xpress' ),
+	) );
+	}
 load_theme_textdomain('xpress');
 
