Make WordPress Core


Ignore:
Timestamp:
10/09/2019 04:26:22 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @since note about new parameters with the spread operator added to function signatures.

Props jrf.
See #47678.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r46123 r46451  
    10551055 * Retrieve HTML list content for category list.
    10561056 *
     1057 * @since 2.1.0
     1058 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it
     1059 *              to the function signature.
     1060 *
    10571061 * @uses Walker_Category to create HTML list content.
    1058  * @since 2.1.0
    10591062 * @see Walker::walk() for parameters and return description.
    10601063 *
     
    10751078 * Retrieve HTML dropdown (select) content for category list.
    10761079 *
     1080 * @since 2.1.0
     1081 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it
     1082 *              to the function signature.
     1083 *
    10771084 * @uses Walker_CategoryDropdown to create HTML dropdown content.
    1078  * @since 2.1.0
    10791085 * @see Walker::walk() for parameters and return description.
    10801086 *
Note: See TracChangeset for help on using the changeset viewer.