Code style: use get_t() to determine appropriate t() function

6.x
Steven Wittens 2007-05-10 07:00:21 +00:00
parent 85cae8161f
commit 476b03195e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function _unicode_check() {
*/
function unicode_requirements() {
// Ensure translations don't break at install time
$t = function_exists('install_main') ? 'st' : 't';
$t = get_t();
$libraries = array(
UNICODE_SINGLEBYTE => $t('Standard PHP'),