s/navigation menu/custom menu/ see #13519

git-svn-id: https://develop.svn.wordpress.org/trunk@14888 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-05-25 15:42:57 +00:00
parent 5bc3a62137
commit 5eb9225628
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ if ( current_theme_supports('nav-menus') ) {
} elseif ( current_theme_supports('widgets') ) {
// Set up nav menu
wp_nav_menu_setup();
$messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the &#8220;Navigation Menu&#8221; widget to add any menus you create here to the theme&#8217;s sidebar.') . '</p></div>';
$messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the &#8220;Custom Menu&#8221; widget to add any menus you create here to the theme&#8217;s sidebar.') . '</p></div>';
}
wp_initial_nav_menu_meta_boxes();