mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
one for the ladies who get poked by undesirables.
This commit is contained in:
parent
700569c7d6
commit
43d986cab2
1 changed files with 2 additions and 1 deletions
|
@ -716,7 +716,8 @@ function get_poke_verbs() {
|
|||
'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;
|
||||
|
|
Loading…
Reference in a new issue