Customizer: Avoid PHP notices after [32806].

props adamsilverstein, westonruter.
fixes #32781.
Built from https://develop.svn.wordpress.org/trunk@33035


git-svn-id: http://core.svn.wordpress.org/trunk@33006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-07-01 19:08:24 +00:00
parent 04793dce34
commit 52db28396c
3 changed files with 7 additions and 7 deletions

View File

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