Make WordPress Core

Changeset 49054


Ignore:
Timestamp:
09/26/2020 06:54:48 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

REST API: Correct @since version after [49053].

See #51023.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api.php

    r49053 r49054  
    15521552 *              Support the "minItems", "maxItems" and "uniqueItems" keywords for arrays.
    15531553 *              Validate required properties.
    1554  * @since 5.7.0 Support the "minProperties" and "maxProperties" keywords for objects.
     1554 * @since 5.6.0 Support the "minProperties" and "maxProperties" keywords for objects.
    15551555 *
    15561556 * @param mixed  $value The value to validate.
Note: See TracChangeset for help on using the changeset viewer.