| @@ -1,5 +1,5 @@ | ||
| 1 | -<?php defined('ABSPATH') or die("Protected By Webtotem Wordpress Security!"); | |
| 1 | +<?php defined('ABSPATH') or die("Protected By WT!"); | |
| 2 | 2 | |
| 3 | 3 | |
| 4 | 4 | class WTSEC_LIBRARY_Localization |
| 5 | 5 | { |
| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | { |
| 6 | 6 | |
| 7 | 7 | public static function lmsg($lmsg,$values = []){ |
| 8 | 8 | $default = 'en_US'; |
| 9 | - $lang = get_locale(); | |
| 9 | + $lang = get_locale(); | |
| 10 | 10 | $path = self::getPath($lang); |
| 11 | 11 | $messages = []; |
| 12 | 12 | if(is_file($path)){ |
| 13 | 13 | include $path; |