diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php index bf5b180df8..04da85b9cc 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php @@ -12,6 +12,7 @@ * * @since 5.0.0 * + * @see WP_REST_Revisions_Controller * @see WP_REST_Controller */ class WP_REST_Autosaves_Controller extends WP_REST_Revisions_Controller { diff --git a/wp-includes/version.php b/wp-includes/version.php index a2a36e2473..8ad20219ff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45306'; +$wp_version = '5.3-alpha-45307'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.