diff --git a/wp-includes/js/tinymce/tiny_mce_config.php b/wp-includes/js/tinymce/tiny_mce_config.php index b1e18380ed..5c2c1c8dfc 100644 --- a/wp-includes/js/tinymce/tiny_mce_config.php +++ b/wp-includes/js/tinymce/tiny_mce_config.php @@ -49,7 +49,7 @@ $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css); } - $mce_locale = ( empty(get_locale()) ) ? 'en' : strtolower(get_locale()); + $mce_locale = ( '' == get_locale() ) ? 'en' : strtolower(get_locale()); ?> initArray = {