Make WordPress Core


Ignore:
Timestamp:
06/02/2010 08:04:07 PM (16 years ago)
Author:
ryan
Message:

Cut 'em out, move 'em on, trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r15100 r15116  
    442442$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>';
    443443$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&#8217;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&#8217;ll see when the position of the drop target shifts over to create the nested placement. Don&#8217;t forget to click Save when you&#8217;re finished.') . '</p>';
    444 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 
     444$help .= '<p><strong>' . __('For more information:') . '</strong></p>';
    445445$help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">Menus Documentation</a>') . '</p>';
    446446$help .= '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>';
     
    566566                    <div id="post-body">
    567567                        <div id="post-body-content">
    568                             <?php 
     568                            <?php
    569569                            if ( is_nav_menu( $nav_menu_selected_id ) ) :
    570570                                $edit_markup = wp_get_nav_menu_to_edit( $nav_menu_selected_id  );
     
    578578                                echo '<p>' . __('When you have finished building your custom menu, make sure you click the Save Menu button.') . '</p>';
    579579                                echo '</div>';
    580                             endif; 
     580                            endif;
    581581                            ?>
    582582                        </div><!-- /#post-body-content -->
Note: See TracChangeset for help on using the changeset viewer.