From 8abc201cfedf889848afbf2c30e2aacd01ff5ecf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 13 May 2023 13:35:22 +0000 Subject: [PATCH] Tests: Split the tests from `user/author.php` into individual test classes. This aims to make `get_the_author_*()` tests more discoverable and easier to expand. Follow-up to [691/tests], [692/tests], [695/tests], [28362], [31098], [34687], [53147], [54717], [54726], [55591]. See #57841. Built from https://develop.svn.wordpress.org/trunk@55754 git-svn-id: http://core.svn.wordpress.org/trunk@55266 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 56c5f06a42..5114312497 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55753'; +$wp_version = '6.3-alpha-55754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.