mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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:
parent
552883574b
commit
8713fac0d7
@ -1535,9 +1535,7 @@ final class _WP_Editors {
|
|||||||
*
|
*
|
||||||
* @since 4.8.0
|
* @since 4.8.0
|
||||||
*
|
*
|
||||||
* @global string $tinymce_version
|
|
||||||
* @global bool $concatenate_scripts
|
* @global bool $concatenate_scripts
|
||||||
* @global bool $compress_scripts
|
|
||||||
*/
|
*/
|
||||||
public static function print_tinymce_scripts() {
|
public static function print_tinymce_scripts() {
|
||||||
global $concatenate_scripts;
|
global $concatenate_scripts;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user