From 8713fac0d72f3f2b14e9ad0281b5275a705d4791 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 27 May 2020 19:48:11 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-editor.php | 4 +--- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 887b899b79..382636717f 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 572a0467ad..7257ad8d27 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.