예제 #1
0
파일: lang.php 프로젝트: VSVS/vs_wp_4.0
 public static function attach($d)
 {
     self::$_data = array_merge(self::$_data, self::extract($d));
 }