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
This commit is contained in:
Sergey Biryukov 2022-07-31 15:05:10 +00:00
parent bf067ce93a
commit 6e4bc189f5

View File

@ -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.