Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31550


Ignore:
Timestamp:
03/06/2015 11:35:00 PM (11 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31550 – Description

    initial v1  
    1717}}}
    1818
    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.
     19Or 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
     22define( 'WP_DEFAULT_THEME', defined( 'WP_RUN_CORE_TESTS' ) ? 'default' : 'twentyfifteen' );
     23}}}