Twenty Fifteen: Simplify the header, sidebar, background controls and make customization faster for users to do. This has the added benefit of fixing our bug where hidden header text wasn't being updated on color scheme switch. Nice.

Props celloexpressions, iamtakashi, fixes #30164 and #29980.

Built from https://develop.svn.wordpress.org/trunk@30230


git-svn-id: http://core.svn.wordpress.org/trunk@30230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart
2014-11-04 18:42:22 +00:00
parent cc9c8edf83
commit 17dbe26df9
5 changed files with 23 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30229';
$wp_version = '4.1-alpha-30230';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.