Changeset 61008 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 10/21/2025 05:59:38 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/dependencies/styles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r60948 r61008 437 437 */ 438 438 public function test_block_styles_for_editing_with_theme_support() { 439 // Override wp_load_classic_theme_block_styles_on_demand(). 440 add_filter( 'should_load_separate_core_block_assets', '__return_false' ); 441 439 442 add_theme_support( 'wp-block-styles' ); 440 443 … … 473 476 */ 474 477 public function test_block_styles_for_viewing_with_theme_support() { 478 // Override wp_load_classic_theme_block_styles_on_demand(). 479 add_filter( 'should_load_separate_core_block_assets', '__return_false' ); 480 475 481 add_theme_support( 'wp-block-styles' ); 476 482
Note: See TracChangeset
for help on using the changeset viewer.