예제 #1
0
 public static function load_config(array $config)
 {
     self::$_config = $config;
 }
예제 #2
0
파일: struts.php 프로젝트: webbab/struts
 public static function load_config(array $config)
 {
     self::$_config = $config;
     $locale = get_locale();
     load_textdomain('struts', get_template_directory() . '/includes/struts/languages/' . $locale . '.mo');
 }