More wp_navMore inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-13 19:07:08 +00:00
parent 08b1d88ef2
commit ad1747134a
1 changed files with 3 additions and 2 deletions

View File

@ -181,8 +181,9 @@ class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu {
* link_after - Text after the link.
* echo - Whether to echo the menu or return it. Defaults to echo.
* depth - how many levels of the hierarchy are to be included. 0 means all. Defaults to 0.
*
*
* walker - allows a custom walker to be specified.
* context - the context the menu is used in.
*
* @todo show_home - If you set this argument, then it will display the link to the home page. The show_home argument really just needs to be set to the value of the text of the link.
*
* @since 3.0.0