diff --git a/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php b/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php index a8441c935a..de42663aa4 100644 --- a/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php +++ b/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php @@ -11,6 +11,8 @@ * Core class representing a search handler for posts in the REST API. * * @since 5.0.0 + * + * @see WP_REST_Search_Handler */ class WP_REST_Post_Search_Handler extends WP_REST_Search_Handler { diff --git a/wp-includes/version.php b/wp-includes/version.php index e9ff69968a..eff3dccaaf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45304'; +$wp_version = '5.3-alpha-45305'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.