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

Props tejas5989.
Fixes #41244.
Built from https://develop.svn.wordpress.org/trunk@41007


git-svn-id: http://core.svn.wordpress.org/trunk@40857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-05 18:55:44 +00:00
parent 1ef845b268
commit 2ca39ce60d
2 changed files with 3 additions and 1 deletions

View File

@ -928,6 +928,8 @@ final class _WP_Editors {
* Returns the default TinyMCE settings.
* Doesn't include plugins, buttons, editor selector.
*
* @global string $tinymce_version
*
* @return array
*/
private static function default_settings() {

View File

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