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; ?>