Make WordPress Core

Changeset 43754


Ignore:
Timestamp:
10/18/2018 01:26:12 PM (5 years ago)
Author:
atimmer
Message:

Script loading: Fix a PHP error introduced in [43753].

See #45065.
Props swissspidy.

File:
1 edited

Legend:

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

    r43753 r43754  
    14261426        }
    14271427
    1428         wp_print_scripts( [ 'wp-tinymce' ] );
     1428        wp_print_scripts( array( 'wp-tinymce' ) );
    14291429
    14301430        echo "<script type='text/javascript'>\n" . self::wp_mce_translation() . "</script>\n";
Note: See TracChangeset for help on using the changeset viewer.