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;
|
break;
|
||||||
default:
|
default:
|
||||||
$targettype = ACTIVITY_OBJ_NOTE;
|
$targettype = ACTIVITY_OBJ_NOTE;
|
||||||
$post_type = t('status');
|
$post_type = t('post');
|
||||||
if($item['mid'] != $item['parent_mid'])
|
if($item['mid'] != $item['parent_mid'])
|
||||||
$post_type = t('comment');
|
$post_type = t('comment');
|
||||||
break;
|
break;
|
||||||
@ -133,4 +133,4 @@ function tagger_content(&$a) {
|
|||||||
|
|
||||||
killme();
|
killme();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user