summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/common.php b/src/common.php
index 3575c24..94b248c 100644
--- a/src/common.php
+++ b/src/common.php
@@ -7,15 +7,5 @@
*/
if (!function_exists('__')) {
- /**
- * Translates the given string.
- *
- * @param string $str String to be translated.
- *
- * @return string
- */
- function __($str)
- {
- return $str;
- }
+ MoTranslator\Loader::load_functions();
}