Changeset 15132 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r15116 r15132 443 443 $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. You’ll see when the position of the drop target shifts over to create the nested placement. Don’t forget to click Save when you’re finished.') . '</p>'; 444 444 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 445 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" >Menus Documentation</a>') . '</p>';446 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';445 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Menus Documentation</a>') . '</p>'; 446 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 447 447 448 448 add_contextual_help($current_screen, $help);
Note: See TracChangeset
for help on using the changeset viewer.