Make WordPress Core

Changeset 14605


Ignore:
Timestamp:
05/13/2010 07:07:08 PM (14 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/nav-menu-template.php

    r14604 r14605  
    182182 * echo - Whether to echo the menu or return it. Defaults to echo.
    183183 * depth - how many levels of the hierarchy are to be included.  0 means all.  Defaults to 0.
    184  *
    185  *
     184 * walker - allows a custom walker to be specified.
     185 * context - the context the menu is used in.
     186 *
    186187 * @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.
    187188 *
Note: See TracChangeset for help on using the changeset viewer.