Searched refs:title_template (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 32 $title_template = $this->_parsetemplate($this->input('title_template')); 45 $hash_template = md5($title_template.$body_template); 46 $hash_data = md5($title_template.$title_data.$body_template.$body_data); 49 …title_template='$title_template', title_data='$title_data', body_template='$body_template', body_d…
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 309 function uc_feed_add($icon, $uid, $username, $title_template='', $title_data='', $body_template='',… argument 315 'title_template'=>$title_template,
|