From 2eb60b82784c1d3248c50c8657b3e1f1a941b9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 25 Nov 2015 21:52:26 +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. Built from https://develop.svn.wordpress.org/trunk@35739 git-svn-id: http://core.svn.wordpress.org/trunk@35703 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-constants.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index 774446e9e4..c9092bd2cc 100644 --- a/wp-includes/default-constants.php +++ b/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' ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index b1477a384b..7b30ed946e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35738'; +$wp_version = '4.4-beta4-35739'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.