Changes between Initial Version and Version 1 of Ticket #31550
- Timestamp:
- 03/06/2015 11:35:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31550 – Description
initial v1 17 17 }}} 18 18 19 Or the `WP_DEFAULT_THEME` constant could be set as thus in `default-constants.php` when WP detects the unit tests are being run. 19 Or the `WP_DEFAULT_THEME` constant could be set as thus in `default-constants.php` when WP detects the unit tests are being run: 20 21 {{{#!php 22 define( 'WP_DEFAULT_THEME', defined( 'WP_RUN_CORE_TESTS' ) ? 'default' : 'twentyfifteen' ); 23 }}}