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

See #45065.
Props swissspidy.

Built from https://develop.svn.wordpress.org/branches/5.0@43754


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
atimmer 2018-10-18 13:27:26 +00:00
parent ab6b171b1d
commit 72c9037248
2 changed files with 2 additions and 2 deletions

View File

@ -1425,7 +1425,7 @@ final class _WP_Editors {
script_concat_settings();
}
wp_print_scripts( [ 'wp-tinymce' ] );
wp_print_scripts( array( 'wp-tinymce' ) );
echo "<script type='text/javascript'>\n" . self::wp_mce_translation() . "</script>\n";
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43753';
$wp_version = '5.0-alpha-43754';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.