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/functions.php

    r46350 r46451  
    10491049 *
    10501050 * @since 1.5.0
     1051 * @since 5.3.0 Formalized the existing and already documented parameters
     1052 *              by adding `...$args` to the function signature.
    10511053 *
    10521054 * @param string|array $key   Either a query variable key, or an associative array of query variables.
Note: See TracChangeset for help on using the changeset viewer.