Themes: Add a filter to short-circuit wp_prepare_themes_for_js().

props mattwiebe, DrewAPicture.
fixes #31789.
Built from https://develop.svn.wordpress.org/trunk@31943


git-svn-id: http://core.svn.wordpress.org/trunk@31922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-03-31 20:04:25 +00:00
parent 5fae37471a
commit efb2740e88
2 changed files with 20 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31942';
$wp_version = '4.2-beta3-31943';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.