From 6e4bc189f5ba9ae668da8a19d8b78e9eb8e8476b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 31 Jul 2022 15:05:10 +0000 Subject: [PATCH] Tests: Update the terminology used for action or filter names in hook tests. This replaces the `$tag` variables with `$hook_name`, to match the core function signatures. Follow-up to [24/tests], [62/tests], [866/tests], [1294/tests], [38571], [50807]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53804 git-svn-id: http://core.svn.wordpress.org/trunk@53363 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 cb0a1f8278..a948dcfea6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53803'; +$wp_version = '6.1-alpha-53804'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.