From 9b9b59c4ee9852f34120d0d0a48aaff73b44dc00 Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Sat, 26 Sep 2020 18:54:48 +0000 Subject: [PATCH] REST API: Correct @since version after [49053]. See #51023. git-svn-id: https://develop.svn.wordpress.org/trunk@49054 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api.php b/src/wp-includes/rest-api.php index 28f2ad6b73..7b615e5a5f 100644 --- a/src/wp-includes/rest-api.php +++ b/src/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.