diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php index 1fec28b618..3fb36bff1e 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php @@ -815,7 +815,7 @@ class WP_REST_Plugins_Controller extends WP_REST_Controller { /** * Retrieves the plugin's schema, conforming to JSON Schema. * - * @since 4.7.0 + * @since 5.5.0 * * @return array Item schema data. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a7bb84c253..ee25738484 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48625'; +$wp_version = '5.5-beta3-48626'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.