Make WordPress Core


Ignore:
Timestamp:
10/14/2014 07:57:13 PM (10 years ago)
Author:
nacin
Message:

Set Twenty Fifteen as the new default theme. see #29799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme.php

    r26858 r29895  
    99    protected $theme_slug = 'twentyeleven';
    1010    protected $theme_name = 'Twenty Eleven';
    11     protected $default_themes = array( 'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen' );
     11    protected $default_themes = array(
     12        'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen',
     13        'twentyfourteen', 'twentyfifteen',
     14    );
    1215
    1316    function setUp() {
Note: See TracChangeset for help on using the changeset viewer.