From 999c97dfdab6ddb02ab7021cb04ab76ed94fefcb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 Sep 2022 23:13:09 +0000 Subject: [PATCH] Tests: Correct the `@covers` tag in a `WP_REST_URL_Details_Controller` test for registered route. `WP_REST_URL_Details_Controller::register_routes()` appears to be a better match than `WP_REST_Server::get_routes()`, and is also more consistent with other test classes. Follow-up to [51973], [54056]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54059 git-svn-id: http://core.svn.wordpress.org/trunk@53618 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index bb007ea7b5..d7490caf8e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54058'; +$wp_version = '6.1-alpha-54059'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.