mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Remove unused @global declarations from _WP_Editors::print_tinymce_scripts().
Follow-up to [47860]. See #45398. git-svn-id: https://develop.svn.wordpress.org/trunk@47861 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user