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/class-wp-dependency.php

    r46124 r46451  
    8888     *
    8989     * @since 2.6.0
     90     * @since 5.3.0 Formalized the existing `...$args` parameter by adding it
     91     *              to the function signature.
    9092     *
    9193     * @param ...$args Dependency information.
Note: See TracChangeset for help on using the changeset viewer.