mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Tests: Update WP_REST_Global_Styles_Controller_Test
"Custom Styles" string after [52280].
Follow-up to [52280]. See #54518. git-svn-id: https://develop.svn.wordpress.org/trunk@52282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f3cf1a92fe
commit
6e23261bbf
@ -53,7 +53,7 @@ class WP_REST_Global_Styles_Controller_Test extends WP_Test_REST_Controller_Test
|
||||
array(
|
||||
'post_content' => '{"version": ' . WP_Theme_JSON::LATEST_SCHEMA . ', "isGlobalStylesUserThemeJSON": true }',
|
||||
'post_status' => 'publish',
|
||||
'post_title' => __( 'Custom Styles', 'default' ),
|
||||
'post_title' => 'Custom Styles',
|
||||
'post_type' => 'wp_global_styles',
|
||||
'post_name' => 'wp-global-styles-tt1-blocks',
|
||||
'tax_input' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user