Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:13:04 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Standardise the format used for documenting parameters passed by reference.

See #35974, #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-walker-nav-menu-edit.php

    r41227 r41688  
    5050     * @global int $_wp_nav_menu_max_depth
    5151     *
    52      * @param string $output Passed by reference. Used to append additional content.
     52     * @param string $output Used to append additional content (passed by reference).
    5353     * @param object $item   Menu item data object.
    5454     * @param int    $depth  Depth of menu item. Used for padding.
Note: See TracChangeset for help on using the changeset viewer.