Customizer: Move private helper functions to wp.customize.utils so they can be unit tested.

Includes unit tests.

props ryankienstra, westonruter.
see #28709.
Built from https://develop.svn.wordpress.org/trunk@30716


git-svn-id: http://core.svn.wordpress.org/trunk@30706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-12-02 22:56:45 +00:00
parent 2c25a4947f
commit 858a51273a
3 changed files with 53 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30715';
$wp_version = '4.1-beta2-30716';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.