Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:13:04 PM (9 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-checklist.php

    r35202 r41688  
    3232         * @since 3.0.0
    3333         *
    34          * @param string $output Passed by reference. Used to append additional content.
     34         * @param string $output Used to append additional content (passed by reference).
    3535         * @param int    $depth  Depth of page. Used for padding.
    3636         * @param array  $args   Not used.
     
    4848         * @since 3.0.0
    4949         *
    50          * @param string $output Passed by reference. Used to append additional content.
     50         * @param string $output Used to append additional content (passed by reference).
    5151         * @param int    $depth  Depth of page. Used for padding.
    5252         * @param array  $args   Not used.
     
    6666         * @global int $_nav_menu_placeholder
    6767         *
    68          * @param string $output Passed by reference. Used to append additional content.
     68         * @param string $output Used to append additional content (passed by reference).
    6969         * @param object $item   Menu item data object.
    7070         * @param int    $depth  Depth of menu item. Used for padding.
Note: See TracChangeset for help on using the changeset viewer.