Twenty Fifteen: check if user-selected custom colors are the same as default so we're not duplicating styles.

Props iamtakashi, fixes #30234


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


git-svn-id: http://core.svn.wordpress.org/trunk@30221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart
2014-11-03 21:59:22 +00:00
parent 8a930c93a8
commit 7dfb040dde
2 changed files with 7 additions and 3 deletions

View File

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