~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-includes/default-constants.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
         * @since 3.0.0
319
319
         */
320
320
        if ( !defined('WP_DEFAULT_THEME') )
321
 
                define( 'WP_DEFAULT_THEME', 'twentyfourteen' );
 
321
                define( 'WP_DEFAULT_THEME', 'twentyfifteen' );
322
322
 
323
323
}