From 9880197be6d8ae2ec980c9630d68b26dfbc04768 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 31 May 2010 21:13:24 +0000 Subject: [PATCH] Use default wp_nav_menu sorting in Twenty Ten. props iandstewart, fixes #13660. git-svn-id: http://svn.automattic.com/wordpress/trunk@15082 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php index 9075db46a..b58a358d5 100644 --- a/wp-content/themes/twentyten/header.php +++ b/wp-content/themes/twentyten/header.php @@ -83,7 +83,7 @@ - 'menu_order', 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> + 'menu-header', 'theme_location' => 'primary' ) ); ?>