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

    r46437 r46451  
    18301830 *
    18311831 * @since 3.0.0
     1832 * @since 5.3.0 Formalized the existing and already documented `...$args` parameter
     1833 *              by adding it to the function signature.
    18321834 *
    18331835 * @global array $_wp_post_type_features
Note: See TracChangeset for help on using the changeset viewer.