Make WordPress Core

Changeset 14254


Ignore:
Timestamp:
04/27/2010 05:40:48 PM (14 years ago)
Author:
ryan
Message:

Explanatory text for the plus tab. see #13134

File:
1 edited

Legend:

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

    r14252 r14254  
    422422                                ?>
    423423                                </ul>
    424                             <?php endif; ?>
     424                            <?php elseif ( empty($nav_menu_selected_id) ):
     425                                echo '<p>' . __('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.') . '</p>';
     426                                echo '<p>' . __('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.') . '</p>';
     427                                echo '<p>' . __('When you are finished building your custom menu, make sure you click the Save Menu button above.') . '</p>';
     428                                echo '<p>' . __('You can create multiple menus. You can also display custom menus using the new "Custom Menu" widget.') . '</p>';
     429                                echo '<p>' . __('For more information on this feature, see the <a href="codex link">Custom Menus</a> article in the Codex.') . '</p>';
     430                            endif; ?>
    425431                            <br class="clear" />
    426432                        </div><!-- /#post-body-content-->
Note: See TracChangeset for help on using the changeset viewer.