Changeset 61981 for trunk/tests/phpunit/tests/template.php
- Timestamp:
- 03/12/2026 05:44:22 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/template.php
r61945 r61981 1964 1964 self::touch( ABSPATH . WPINC . '/js/wp-emoji-loader.js' ); 1965 1965 1966 if ( $set_up ) { 1967 $set_up(); 1968 } 1969 1966 1970 switch_theme( 'default' ); 1967 1971 global $wp_styles; … … 2001 2005 } 2002 2006 ); 2003 2004 if ( $set_up ) {2005 $set_up();2006 }2007 2007 2008 2008 wp_load_classic_theme_block_styles_on_demand();
Note: See TracChangeset
for help on using the changeset viewer.