Make WordPress Core

Ticket #13370: nav-menu-template.php.diff

File nav-menu-template.php.diff, 882 bytes (added by nathanrice, 16 years ago)
  • nav-menu-template.php

     
    170170 *
    171171 * Optional $args contents:
    172172 *
    173  * id - The menu id. Defaults to blank.
     173 * menu - The menu id. Defaults to blank.
    174174 * slug - The menu slug. Defaults to blank.
    175  * menu_class - CSS class to use for the div container of the menu list. Defaults to 'menu'.
    176  * format - Whether to format the ul. Defaults to 'div'.
     175 * menu_class - CSS class to use for the ul container of the menu list. Defaults to 'menu'.
     176 * container - Whether to wrap the ul, and what to wrap it with. Defaults to 'div'.
    177177 * fallback_cb - If the menu doesn't exists, a callback function will fire. Defaults to 'wp_page_menu'.
    178178 * before - Text before the link text.
    179179 * after - Text after the link text.