diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index a9225caed6..e92849c1f5 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -418,7 +418,7 @@ final class _WP_Editors { $url = set_url_scheme( $url ); $mce_external_plugins[ $name ] = $url; $plugurl = dirname( $url ); - $strings = $str1 = $str2 = ''; + $strings = ''; // Try to load langs/[locale].js and langs/[locale]_dlg.js if ( ! in_array( $name, $loaded_langs, true ) ) {