From bf397c8d894d481f7bb46601293c676bf77b50b0 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Sat, 26 Sep 2020 18:56:04 +0000 Subject: [PATCH] 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 --- wp-includes/rest-api.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api.php b/wp-includes/rest-api.php index 28f2ad6b73..7b615e5a5f 100644 --- a/wp-includes/rest-api.php +++ b/wp-includes/rest-api.php @@ -1551,7 +1551,7 @@ function rest_stabilize_value( $value ) { * Support the "minLength", "maxLength" and "pattern" keywords for strings. * Support the "minItems", "maxItems" and "uniqueItems" keywords for arrays. * 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 array $args Schema array to use for validation. diff --git a/wp-includes/version.php b/wp-includes/version.php index d3a1033c3a..33b2b3547e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.