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.