Customize: Check for existence of controls and settings for background properties before attempting to access.

Amends [38948].
See #22058.
Fixes #38523.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-10-27 05:02:35 +00:00
parent 1c5c130af9
commit 62445cd41b
3 changed files with 14 additions and 11 deletions

View File

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