Merge pull request #363 from solstag/postnotstatus
simply 'post' is a better default term than 'status'
This commit is contained in:
commit
bad22498bc
@ -48,7 +48,7 @@ function tagger_content(&$a) {
|
||||
break;
|
||||
default:
|
||||
$targettype = ACTIVITY_OBJ_NOTE;
|
||||
$post_type = t('status');
|
||||
$post_type = t('post');
|
||||
if($item['mid'] != $item['parent_mid'])
|
||||
$post_type = t('comment');
|
||||
break;
|
||||
@ -133,4 +133,4 @@ function tagger_content(&$a) {
|
||||
|
||||
killme();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user