Make WordPress Core

Changeset 47861


Ignore:
Timestamp:
05/27/2020 07:46:34 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [47860].

See #45398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r47860 r47861  
    15361536     * @since 4.8.0
    15371537     *
    1538      * @global string $tinymce_version
    1539      * @global bool   $concatenate_scripts
    1540      * @global bool   $compress_scripts
     1538     * @global bool $concatenate_scripts
    15411539     */
    15421540    public static function print_tinymce_scripts() {
Note: See TracChangeset for help on using the changeset viewer.