Home
last modified time | relevance | path

Searched +full:subjectoftweet +(+path:plugin +path:autotweet2) -(+path:plugin +path:autotweet2 +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/autotweet2/conf/
H A Ddefault.php7 $conf['subjectOfTweet'] = 'edit,revert,create,delete';
H A Dmetadata.php7 $meta['subjectOfTweet'] = array('multicheckbox', '_choices' => array('edit', 'revert', 'create', 'd…
/plugin/autotweet2/
H A Daction.php41 // Check the type of editing and the conf "subjectOfTweet"
42 $subject = $this->getConf('subjectOfTweet');