From 77fe35a423fd876aa7e3db765e09cda35f61eb49 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 19 Mar 2023 12:05:21 +0000 Subject: [PATCH] Tests: Use the `data_` prefix for various data provider methods. This aims to bring more consistency to the test suite, as the vast majority of data providers already use that prefix. Includes moving some data providers next to the tests they are used in. Follow-up to [55464]. See #57841. Built from https://develop.svn.wordpress.org/trunk@55562 git-svn-id: http://core.svn.wordpress.org/trunk@55074 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 c08bf8886d..d50fe6ef20 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55561'; +$wp_version = '6.3-alpha-55562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.