Docs: Add a `@global` entry for `$tinymce_version` in `_WP_Editors::editor_js()`.
Props jontyravi. Fixes #41311. Built from https://develop.svn.wordpress.org/trunk@41040 git-svn-id: http://core.svn.wordpress.org/trunk@40890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8cfdf4dd3a
commit
e42553dbea
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41039';
|
||||
$wp_version = '4.9-alpha-41040';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue