Make WordPress Core


Ignore:
Timestamp:
11/30/2021 03:53:48 PM (3 years ago)
Author:
audrasjb
Message:

Tests: Update WP_REST_Global_Styles_Controller_Test "Custom Styles" string after [52280].

Follow-up to [52280].

See #54518.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-global-styles-controller.php

    r52051 r52282  
    5454                'post_content' => '{"version": ' . WP_Theme_JSON::LATEST_SCHEMA . ', "isGlobalStylesUserThemeJSON": true }',
    5555                'post_status'  => 'publish',
    56                 'post_title'   => __( 'Custom Styles', 'default' ),
     56                'post_title'   => 'Custom Styles',
    5757                'post_type'    => 'wp_global_styles',
    5858                'post_name'    => 'wp-global-styles-tt1-blocks',
Note: See TracChangeset for help on using the changeset viewer.