From 961e38f063cdb428f00a5f92332998746bcc08bd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 6 Mar 2023 13:10:19 +0000 Subject: [PATCH] Tests: Move some data providers in `Tests_Functions` next to the tests they are used in. Includes renaming some data provider methods to use the `data_` prefix for consistency. Follow-up to [36832], [40124], [40397], [50810], [53457]. See #56793. Built from https://develop.svn.wordpress.org/trunk@55464 git-svn-id: http://core.svn.wordpress.org/trunk@54997 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 d9edd2926b..a269934fb2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55462'; +$wp_version = '6.2-beta4-55464'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.