Merge pull request #363 from solstag/postnotstatus

simply 'post' is a better default term than 'status'
This commit is contained in:
redmatrix 2015-06-28 07:46:15 +10:00
commit bad22498bc

View File

@ -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();
}
}