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

    r46396 r46451  
    48694869 *
    48704870 * @since 2.5.0
     4871 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter
     4872 *              by adding it to the function signature.
     4873 *
    48714874 * @link https://secure.php.net/sprintf
    48724875 *
Note: See TracChangeset for help on using the changeset viewer.