this is the one I'll probably use the most

This commit is contained in:
friendica 2012-07-19 22:40:45 -07:00
parent 9c72b45f36
commit 700569c7d6
1 changed files with 1 additions and 0 deletions

View File

@ -713,6 +713,7 @@ 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'))