Skip to content
Snippets Groups Projects
Commit 2436dfbc authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Bugfix: removed the call to comment_moderation.
parent 2e6e1efb
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -131,10 +131,6 @@ function comment($comment, $link = "") {
print " <td align=\"right\" width=\"5%\"><b>". t("Subject") .":</b></td>\n";
print " <td width=\"80%\"><b><font color=\"#666699\">$comment->subject</font></b></td>\n";
// Moderation:
print " <td align=\"right\" rowspan=\"3\" valign=\"middle\" width=\"15%\">\n";
print comment_moderation($comment);
print " </td>\n";
print " </tr>\n";
// Author:
......
......@@ -154,11 +154,6 @@ function comment($comment, $link) {
echo " <TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"5%\"><FONT COLOR=\"$this->hlcolor1\"><B>" . t("Subject") . ":</B></FONT></TD><TD WIDTH=\"80%\">";
echo " <B><FONT COLOR=\"$this->fgcolor1\">$comment->subject</FONT></B>";
echo " </TD>";
// Moderation:
echo " <TD ALIGN=\"right\" ROWSPAN=\"3\" VALIGN=\"middle\" WIDTH=\"15%\">";
print comment_moderation($comment);
echo " </TD>";
echo " </TR>";
// Author:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment