Customizer: Re-use public api.preview instance in widgets preview instead of unnecessarily capturing in api.Preview constructor wrapper.

The preview instance is no longer private.

Props joshlevinson, westonruter.
Fixes #30890.
See #30726.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2015-12-06 18:39:25 +00:00
parent a9da055b5b
commit 76fe3244eb
3 changed files with 5 additions and 15 deletions

View File

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