Changeset 17748 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 04/28/2011 03:24:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r17543 r17748 454 454 $help .= '<p>' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You’ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don’t forget to click Save when you’re finished.') . '</p>'; 455 455 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_S ubPanel" target="_blank">Documentation on Menus</a>') . '</p>';456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>'; 457 457 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 458 458
Note: See TracChangeset
for help on using the changeset viewer.