Fix '_e()' deprecated calls

This commit is contained in:
Cédric Anne
2018-05-25 17:05:00 +02:00
parent e00f0e22b8
commit be87338476
4 changed files with 10 additions and 10 deletions

View File

@ -45,5 +45,5 @@ Session::checkRight("config", UPDATE);
Plugin::load('example');
Html::header("TITRE", $_SERVER['PHP_SELF'], "config", "plugins");
_e("This is the plugin config page", 'example');
echo __("This is the plugin config page", 'example');
Html::footer();