Docs: Add a @global entry for $tinymce_version in _WP_Editors::editor_js().

Props jontyravi.
Fixes #41311.

git-svn-id: https://develop.svn.wordpress.org/trunk@41040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-07-13 14:32:57 +00:00
parent 517e11f834
commit d3f21c09f8

View File

@ -1418,6 +1418,7 @@ final class _WP_Editors {
* Print (output) the TinyMCE configuration and initialization scripts.
*
* @static
* @global string $tinymce_version
*/
public static function editor_js() {
global $tinymce_version;