simply 'post' is a better default term than 'status'

This commit is contained in:
Alexandre Hannud Abdo 2015-06-27 18:10:18 -03:00
parent 1ee1b6a334
commit 7fafcbb6ef

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