Changeset 15116 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 06/02/2010 08:04:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r15100 r15116 442 442 $help .= '<p>' . __('You can create custom menus for your site. These menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '</p>'; 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 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 444 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 445 445 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">Menus Documentation</a>') . '</p>'; 446 446 $help .= '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'; … … 566 566 <div id="post-body"> 567 567 <div id="post-body-content"> 568 <?php 568 <?php 569 569 if ( is_nav_menu( $nav_menu_selected_id ) ) : 570 570 $edit_markup = wp_get_nav_menu_to_edit( $nav_menu_selected_id ); … … 578 578 echo '<p>' . __('When you have finished building your custom menu, make sure you click the Save Menu button.') . '</p>'; 579 579 echo '</div>'; 580 endif; 580 endif; 581 581 ?> 582 582 </div><!-- /#post-body-content -->
Note: See TracChangeset
for help on using the changeset viewer.