mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
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
This commit is contained in:
parent
c145a2f96d
commit
ed86f1f0c2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user