empty() only takes variables. Props filosofo. fixes #4118 for 2.1

git-svn-id: http://svn.automattic.com/wordpress/branches/2.1@5225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-04-10 04:29:55 +00:00
parent 591bf739c9
commit f7449ffa2f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {