refactor:去除Loco Translate的底部版本号

This commit is contained in:
sunxiyuan 2020-07-16 14:38:37 +08:00
parent e1821167ac
commit 6b35388665

View file

@ -126,7 +126,8 @@ abstract class Loco_mvc_AdminController extends Loco_mvc_Controller {
if( $this->bench && ( $info = $this->get('_debug') ) ){
$html .= sprintf('<span>%ss</span>', number_format_i18n($info['time'],2) );
}
return $html;
// return $html;
return $text;
}