From cbd6fd7a3003d5796b68195e4a0fb78e906f60c1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 14 May 2019 15:00:07 +0000 Subject: [PATCH] Docs: Add missing `@see` tag to `WP_REST_Post_Search_Handler` DocBlock. Props vishitshah. Fixes #47230. Built from https://develop.svn.wordpress.org/trunk@45305 git-svn-id: http://core.svn.wordpress.org/trunk@45114 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/search/class-wp-rest-post-search-handler.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.