Code style: use get_t() to determine appropriate t() function
parent
85cae8161f
commit
476b03195e
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue