示例#1
0
文件: wplib.php 项目: r-a-stone/wplib
 /**
  * @param WPLib_Theme_Base $theme
  */
 static function set_theme($theme)
 {
     self::$_theme = $theme;
 }