From fba0cc8876aa29d977a441ecdfe63a043b7b0ada Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 25 Nov 2015 21:51:07 +0000 Subject: [PATCH] Set Twenty Sixteen as the default theme. With thanks to all those who contributed. props iamtakashi, karmatosed, iandstewart, dd32, mor10, grapplerulrich, davidakennedy, frank-klein, tywayne, wenthemes, monika, metodiew, nhuja, headonfire, Chrisdc1, philiparthurmoore, karpstrucking, cais, mt8.biz, fjarrett, sdavis2702, SergeyBiryukov, eduardozulian, webdevmattcrom, ehtis, peterwilsoncc, tfrommen, fsylum, wonderboymusic, ocean90, obenland, cainm, mrahmadawais, drewapicture, trenzterra, tevko, kraftbj, walbo, nacin. fixes #34306. git-svn-id: https://develop.svn.wordpress.org/trunk@35739 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/default-constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/default-constants.php b/src/wp-includes/default-constants.php index 774446e9e4..c9092bd2cc 100644 --- a/src/wp-includes/default-constants.php +++ b/src/wp-includes/default-constants.php @@ -354,6 +354,6 @@ function wp_templating_constants() { * @see WP_Theme::get_core_default_theme() */ if ( !defined('WP_DEFAULT_THEME') ) - define( 'WP_DEFAULT_THEME', 'twentyfifteen' ); + define( 'WP_DEFAULT_THEME', 'twentysixteen' ); }