From b8d5b2152533da33150a70eea4bf4d7a2966d714 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 5 Aug 2013 22:01:04 +0000 Subject: [PATCH] Change nav menus help text to reflect the proper name of the "Custom Menu" widget. props DrewAPicture, fixes #24860. git-svn-id: https://develop.svn.wordpress.org/trunk@24979 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 549d03b5a8..81310b1a46 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -471,7 +471,7 @@ wp_nav_menu_setup(); wp_initial_nav_menu_meta_boxes(); if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) - $messages[] = '

' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Custom Menus” widget on the Widgets screen.' ), admin_url( 'widgets.php' ) ) . '

'; + $messages[] = '

' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Custom Menu” widget on the Widgets screen.' ), admin_url( 'widgets.php' ) ) . '

'; if ( ! $locations_screen ) : // Main tab $overview = '

' . __( 'This screen is used for managing your custom navigation menus.' ) . '

';