Change nav menus help text to reflect the proper name of the "Custom Menu" widget. props DrewAPicture, fixes #24860.
git-svn-id: http://core.svn.wordpress.org/trunk@24979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a01479ba1
commit
1ecc494434
|
@ -471,7 +471,7 @@ wp_nav_menu_setup();
|
||||||
wp_initial_nav_menu_meta_boxes();
|
wp_initial_nav_menu_meta_boxes();
|
||||||
|
|
||||||
if ( ! current_theme_supports( 'menus' ) && ! $num_locations )
|
if ( ! current_theme_supports( 'menus' ) && ! $num_locations )
|
||||||
$messages[] = '<div id="message" class="updated"><p>' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Custom Menus” widget on the <a href="%s">Widgets</a> screen.' ), admin_url( 'widgets.php' ) ) . '</p></div>';
|
$messages[] = '<div id="message" class="updated"><p>' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Custom Menu” widget on the <a href="%s">Widgets</a> screen.' ), admin_url( 'widgets.php' ) ) . '</p></div>';
|
||||||
|
|
||||||
if ( ! $locations_screen ) : // Main tab
|
if ( ! $locations_screen ) : // Main tab
|
||||||
$overview = '<p>' . __( 'This screen is used for managing your custom navigation menus.' ) . '</p>';
|
$overview = '<p>' . __( 'This screen is used for managing your custom navigation menus.' ) . '</p>';
|
||||||
|
|
Loading…
Reference in New Issue