Explanatory text for the plus tab. see #13134

git-svn-id: http://svn.automattic.com/wordpress/trunk@14254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-04-27 17:40:48 +00:00
parent e4e404ae20
commit 2afc14810f
1 changed files with 7 additions and 1 deletions

View File

@ -421,7 +421,13 @@ require_once( 'admin-header.php' );
}
?>
</ul>
<?php endif; ?>
<?php elseif ( empty($nav_menu_selected_id) ):
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>';
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>';
echo '<p>' . __('When you are finished building your custom menu, make sure you click the Save Menu button above.') . '</p>';
echo '<p>' . __('You can create multiple menus. You can also display custom menus using the new "Custom Menu" widget.') . '</p>';
echo '<p>' . __('For more information on this feature, see the <a href="codex link">Custom Menus</a> article in the Codex.') . '</p>';
endif; ?>
<br class="clear" />
</div><!-- /#post-body-content-->
</div><!--- /#post-body -->