Refactor
This commit is contained in:
parent
5845436eb5
commit
ee974c2b61
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ function __(string $text)
|
|||
{
|
||||
global $page;
|
||||
|
||||
if (!isset($page->language)) {
|
||||
return $text;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use file
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue