Skip to content

Commit

Permalink
Docs: Remove unused @global declarations from `_WP_Editors::print_t…
Browse files Browse the repository at this point in the history
…inymce_scripts()`.

Follow-up to [47860].

See #45398.

git-svn-id: https://develop.svn.wordpress.org/trunk@47861 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed May 27, 2020
1 parent d8b8495 commit cfc5b94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/wp-includes/class-wp-editor.php
Expand Up @@ -1535,9 +1535,7 @@ public static function force_uncompressed_tinymce() {
*
* @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;
Expand Down

0 comments on commit cfc5b94

Please sign in to comment.