- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php
r57259 r57987 935 935 * @ticket 49037 936 936 */ 937 public function test_theme_wp_block_styles_opt in() {937 public function test_theme_wp_block_styles_opt_in() { 938 938 remove_theme_support( 'wp-block-styles' ); 939 939 add_theme_support( 'wp-block-styles' ); … … 959 959 * @ticket 49037 960 960 */ 961 public function test_theme_align_wide_opt in() {961 public function test_theme_align_wide_opt_in() { 962 962 remove_theme_support( 'align-wide' ); 963 963 add_theme_support( 'align-wide' ); … … 983 983 * @ticket 49037 984 984 */ 985 public function test_theme_editor_styles_opt in() {985 public function test_theme_editor_styles_opt_in() { 986 986 remove_theme_support( 'editor-styles' ); 987 987 add_theme_support( 'editor-styles' ); … … 1007 1007 * @ticket 49037 1008 1008 */ 1009 public function test_theme_dark_editor_style_opt in() {1009 public function test_theme_dark_editor_style_opt_in() { 1010 1010 remove_theme_support( 'dark-editor-style' ); 1011 1011 add_theme_support( 'dark-editor-style' );
Note: See TracChangeset
for help on using the changeset viewer.