Make WordPress Core


Ignore:
Timestamp:
10/15/2010 02:05:33 PM (14 years ago)
Author:
ryan
Message:

Nav menu phpdoc updates. Props Utkarsh. fixes #15125

File:
1 edited

Legend:

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

    r15788 r15815  
    1414     *
    1515     * @param string $output Passed by reference.
    16      * @param int $depth Depth of page.
    1716     */
    1817    function start_lvl(&$output) {}
     
    2322     *
    2423     * @param string $output Passed by reference.
    25      * @param int $depth Depth of page.
    2624     */
    2725    function end_lvl(&$output) {
     
    3533     * @param object $item Menu item data object.
    3634     * @param int $depth Depth of menu item. Used for padding.
    37      * @param int $current_page Menu item ID.
    3835     * @param object $args
    3936     */
     
    219216     * @param object $item Menu item data object.
    220217     * @param int $depth Depth of menu item. Used for padding.
    221      * @param int $current_page Menu item ID.
    222218     * @param object $args
    223219     */
     
    11031099 * @since 3.0.0
    11041100 *
    1105  * @param string $menu_item_id The ID of the menu item to format.
    11061101 * @return string|WP_Error $output The menu formatted to edit or error object on failure.
    11071102 */
Note: See TracChangeset for help on using the changeset viewer.