From 8de7c9a1402cb69abe17730ec636d45732f27960 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 8 Apr 2025 13:57:24 +0000 Subject: [PATCH] REST API: Fix hardcoded table name in `WP_Test_REST_Users_Controller`. This changeset fixes failing unit tests on the Hosting test suite because of the hardcoded table name in `WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests`. Reviewed by audrasjb, spacedmonkey. Merges [60141] to the 6.8 branch. Props antonvlasenko, desrosj. Fixes #56481. Built from https://develop.svn.wordpress.org/branches/6.8@60143 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59479 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 7fd6686b8a..070731d23b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC2-60140'; +$wp_version = '6.8-RC2-60143'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.