コード例 #1
0
 /**
  * Check for theme updates
  *
  * @param Object $transient
  * @return Object the updated transient
  */
 static function oik_alttheme_check($transient)
 {
     //bw_backtrace();
     oik_require_lib("class-oik-remote");
     return oik_remote::oik_lazy_alttheme_check($transient);
 }