s/navigation menu/custom menu/ see #13519
git-svn-id: http://svn.automattic.com/wordpress/trunk@14888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
542c648ac5
commit
82f7d72f89
|
@ -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 “Navigation Menu” widget to add any menus you create here to the theme’s sidebar.') . '</p></div>';
|
||||
$messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.') . '</p></div>';
|
||||
}
|
||||
|
||||
wp_initial_nav_menu_meta_boxes();
|
||||
|
|
Loading…
Reference in New Issue