1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-29 23:15:47 +01:00

Tests: Correct the wp_theme_json_data_default filter name in assertion messages.

The `theme_json_default` filter was previously renamed to `wp_theme_json_data_default`.

This commit updates the messages in `WP_Theme_JSON_Resolver` tests to match the new name.

Follow-up to [54501], [54630].

See , .
Built from https://develop.svn.wordpress.org/trunk@54631


git-svn-id: http://core.svn.wordpress.org/trunk@54183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-18 13:30:22 +00:00
parent 2249345f01
commit c0f8faaed1

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-RC1-54630';
$wp_version = '6.1-RC1-54631';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.