Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:13:04 PM (7 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-includes/class-walker-category.php

    r41162 r41688  
    8585     * @see Walker::start_el()
    8686     *
    87      * @param string $output   Passed by reference. Used to append additional content.
     87     * @param string $output   Used to append additional content (passed by reference).
    8888     * @param object $category Category data object.
    8989     * @param int    $depth    Optional. Depth of category in reference to parents. Default 0.
     
    214214     * @see Walker::end_el()
    215215     *
    216      * @param string $output Passed by reference. Used to append additional content.
     216     * @param string $output Used to append additional content (passed by reference).
    217217     * @param object $page   Not used.
    218218     * @param int    $depth  Optional. Depth of category. Not used.
Note: See TracChangeset for help on using the changeset viewer.