Make WordPress Core


Ignore:
Timestamp:
02/28/2013 07:01:07 PM (12 years ago)
Author:
nacin
Message:

Make Twenty Thirteen the default theme.

Has the added benefit of ensuring the WordPress Beta Tester plugin allows updates of Twenty Thirteen.

props JustinSainton.
fixes #23573.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-constants.php

    r23308 r23529  
    305305     */
    306306    if ( !defined('WP_DEFAULT_THEME') )
    307         define( 'WP_DEFAULT_THEME', 'twentytwelve' );
    308 
    309 }
     307        define( 'WP_DEFAULT_THEME', 'twentythirteen' );
     308
     309}
Note: See TracChangeset for help on using the changeset viewer.