From b030dda0dc6ac892606a650a7db76abdce0fbae4 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@15082 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 9075db46a3..b58a358d55 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' ) ); ?>