Searched refs:title_data (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 30 $title_data = $_ENV['misc']->array2string($this->input('title_data')); 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 316 'title_data'=>$title_data,
|