From 2afc14810f0d4f4fd067ab5d563def42b65787b3 Mon Sep 17 00:00:00 2001
From: ryan
Date: Tue, 27 Apr 2010 17:40:48 +0000
Subject: [PATCH] Explanatory text for the plus tab. see #13134
git-svn-id: http://svn.automattic.com/wordpress/trunk@14254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/nav-menus.php | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php
index 327c756b08..1a685a3f14 100644
--- a/wp-admin/nav-menus.php
+++ b/wp-admin/nav-menus.php
@@ -421,7 +421,13 @@ require_once( 'admin-header.php' );
}
?>
-
+ ' . __('To create your first custom menu, give it a name above, then choose items like pages, categories or custom links from the left column to add to this menu.') . '
';
+ echo '' . __('After you have added your items, drag and drop to put them in the order you want, and click each item to reveal additional configuration options.') . '
';
+ echo '' . __('When you are finished building your custom menu, make sure you click the Save Menu button above.') . '
';
+ echo '' . __('You can create multiple menus. You can also display custom menus using the new "Custom Menu" widget.') . '
';
+ echo '' . __('For more information on this feature, see the Custom Menus article in the Codex.') . '
';
+ endif; ?>