mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 19:11:41 +01:00
Tests: Use wp_recursive_ksort()
in WP_Theme_JSON_Resolver
tests.
This replaces a helper method in `Tests_Theme_wpThemeJsonResolver` with the `wp_recursive_ksort()` function that was introduced later for the same purpose. Follow-up to [52049], [53129], [55117]. See #56793. Built from https://develop.svn.wordpress.org/trunk@55118 git-svn-id: http://core.svn.wordpress.org/trunk@54651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
227ba555ae
commit
e474ef7192
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-55117';
|
||||
$wp_version = '6.2-alpha-55118';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user