From 3f398723f2c579e422ff154095070cf02843d83c Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 9 Feb 2018 17:14:20 +0700 Subject: [PATCH] Update blockem.php Add description and improved displayed text --- blockem/blockem.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blockem/blockem.php b/blockem/blockem.php index 3f4b8865..45272e00 100644 --- a/blockem/blockem.php +++ b/blockem/blockem.php @@ -1,7 +1,7 @@ * @@ -56,7 +56,8 @@ function blockem_addon_settings(&$a, &$s) $s .= ''; $s .= '
'; - $s .= ''; + $s .= '
'. L10n::t("Hides user's content by collapsing posts. Also replaces their avatar with generic image.") . '
'; + $s .= ''; $s .= ''; $s .= '
'; @@ -136,7 +137,7 @@ function blockem_prepare_body(&$a,&$b) { } if($found) { $rnd = random_string(8); - $b['html'] = ''; + $b['html'] = ''; } }