t('Hides useragent information.'), 'weight' => -1, ); } function tribune_no_useragents_filter(&$post, &$help) { if ($post['login']) { $post['info'] = $post['login']; } else { $post['info'] = t("Anonymous"); } }