From ed86f1f0c2a677fb22af3ce1bd4528296c026634 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Jan 2023 00:30:16 +0000 Subject: [PATCH] Tests: Update the terminology used for filter names in `tests_add_filter()`. This commit renames the `$tag` and `$function_to_add` parameters to match the `add_filter()` function signature. Includes: * Renaming the `$tag` parameter to `$hook_name`. * Renaming the `$function_to_add` parameter to `$callback`. * Synchronizing documentation for: * `tests_add_filter()` and `add_filter()` * `_test_filter_build_unique_id()` and `_wp_filter_build_unique_id()` Follow-up to [760/tests], [38582], [43555], [46801], [50807], [52300], [53804], [53805], [55023]. See #56793. Built from https://develop.svn.wordpress.org/trunk@55025 git-svn-id: http://core.svn.wordpress.org/trunk@54558 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 2aaaa6b46e..21b689deb4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55024'; +$wp_version = '6.2-alpha-55025'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.