Customize: Let default status for Customizer be draft if user does not have capability to publish.

Amends [41626].
Props sayedwp, westonruter.
See #30937.
Fixes #42686.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2018-01-22 19:10:34 +00:00
parent 183cda343a
commit 94d178dd31
3 changed files with 8 additions and 8 deletions

View File

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