This commit is contained in:
friendica
2012-07-21 03:48:59 -07:00
parent bf38674904
commit 6e08f39820
35 changed files with 37 additions and 16450 deletions

View File

@@ -712,9 +712,11 @@ function get_poke_verbs() {
$arr = array(
'poke' => array( 'poked', t('poke'), t('poked')),
'ping' => array( 'pinged', t('ping'), t('pinged')),
'prod' => array( 'prodded', t('prod'), t('prodded')),
'slap' => array( 'slapped', t('slap'), t('slapped')),
'finger' => array( 'fingered', t('finger'), t('fingered'))
'finger' => array( 'fingered', t('finger'), t('fingered')),
'rebuff' => array( 'rebuffed', t('rebuff'), t('rebuffed')),
);
call_hooks('poke_verbs', $arr);
return $arr;