Docs: Remove unused `@global` declarations from `_WP_Editors::print_tinymce_scripts()`.

Follow-up to [47860].

See #45398.
Built from https://develop.svn.wordpress.org/trunk@47861


git-svn-id: http://core.svn.wordpress.org/trunk@47637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-05-27 19:48:11 +00:00
parent 552883574b
commit 8713fac0d7
2 changed files with 2 additions and 4 deletions

View File

@ -1535,9 +1535,7 @@ final class _WP_Editors {
*
* @since 4.8.0
*
* @global string $tinymce_version
* @global bool $concatenate_scripts
* @global bool $compress_scripts
* @global bool $concatenate_scripts
*/
public static function print_tinymce_scripts() {
global $concatenate_scripts;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47860';
$wp_version = '5.5-alpha-47861';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.