diff --git a/e107_core/shortcodes/batch/comment_shortcodes.php b/e107_core/shortcodes/batch/comment_shortcodes.php
index 12890d5c9..4c5eb5f3f 100644
--- a/e107_core/shortcodes/batch/comment_shortcodes.php
+++ b/e107_core/shortcodes/batch/comment_shortcodes.php
@@ -94,7 +94,7 @@ class comment_shortcodes extends e_shortcode
{
if ($thisaction == "comment" && $pref['nested_comments'])
{
- $REPLY = "";
+ $REPLY = "";
}
}
return $REPLY;
@@ -182,11 +182,11 @@ class comment_shortcodes extends e_shortcode
}
// TODO put into a
drop-down format.
- $text = " ";
+ $text = " ";
if($this->var['comment_blocked'] == 2) // pending approval.
{
- $text .= " ";
+ $text .= " ";
}
return $text;
/*
@@ -212,7 +212,7 @@ class comment_shortcodes extends e_shortcode
$value = (varset($this->var['eaction']) == "edit" ? COMLAN_320 : COMLAN_9);
$pid = ($this->var['action'] == 'reply') ? $this->var['pid'] : 0;
- return "";
+ return "";
}
}
@@ -322,12 +322,12 @@ class comment_shortcodes extends e_shortcode
//Searching for '.' is BAD!!! It breaks mod rewritten requests. Why is this needed at all?
if (strstr(e_QUERY, "&"))
{
- return "";
+ return "";
}
else
{
// return "
";
- return "";
+ return "";
}
}
else