TinyMCE: ensure the wordpress plugin is loaded before calling _createToolbar().

Props hauvong, azaozz. Fixes #33393.
Built from https://develop.svn.wordpress.org/trunk@33728


git-svn-id: http://core.svn.wordpress.org/trunk@33696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-08-25 04:38:20 +00:00
parent 4f8ce1c232
commit 25b0eedf2b
8 changed files with 28 additions and 22 deletions

View File

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