REST API: Correct @since version after [49053].
See #51023. Built from https://develop.svn.wordpress.org/trunk@49054 git-svn-id: http://core.svn.wordpress.org/trunk@48816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9951662ebb
commit
bf397c8d89
|
@ -1551,7 +1551,7 @@ function rest_stabilize_value( $value ) {
|
||||||
* Support the "minLength", "maxLength" and "pattern" keywords for strings.
|
* Support the "minLength", "maxLength" and "pattern" keywords for strings.
|
||||||
* Support the "minItems", "maxItems" and "uniqueItems" keywords for arrays.
|
* Support the "minItems", "maxItems" and "uniqueItems" keywords for arrays.
|
||||||
* Validate required properties.
|
* Validate required properties.
|
||||||
* @since 5.7.0 Support the "minProperties" and "maxProperties" keywords for objects.
|
* @since 5.6.0 Support the "minProperties" and "maxProperties" keywords for objects.
|
||||||
*
|
*
|
||||||
* @param mixed $value The value to validate.
|
* @param mixed $value The value to validate.
|
||||||
* @param array $args Schema array to use for validation.
|
* @param array $args Schema array to use for validation.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-alpha-49053';
|
$wp_version = '5.6-alpha-49054';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue