Make WordPress Core

Ticket #13370: 14604.patch

File 14604.patch, 858 bytes (added by jorbin, 16 years ago)
  • wp-includes/nav-menu-template.php

     
    181181 * link_after - Text after the link.
    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 * walker - allows a custom walker to be specified.  Defaults to blank.
     185 * context - the context the menu is used in.  If not equal to 'frontend', the fallback_cb is ignored and wp_nav_menu returns false
    184186 *
    185  *
    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 *
    188189 * @since 3.0.0