Component: Administration

Setting the background color on `body` is more flexible than on the `html` element. This patch assigns the background color to `body` instead of the `html` element.

Fixes #35314

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


git-svn-id: http://core.svn.wordpress.org/trunk@37287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Michael Arestad
2016-04-28 03:16:28 +00:00
parent cc1b2fae67
commit 7726afe693
9 changed files with 7 additions and 21 deletions

View File

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