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

no comment

parent b48c2259
No related branches found
No related tags found
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
...@@ -31,7 +31,7 @@ function FixQuotes ($what = "") { ...@@ -31,7 +31,7 @@ function FixQuotes ($what = "") {
function check($message) { function check($message) {
include "config.inc"; include "config.inc";
return nl2br(strip_tags(stripslashes($message, $allowed_html))); return nl2br(strip_tags(stripslashes($message), $allowed_html));
} }
function discussion_num_replies($id, $count = 0) { function discussion_num_replies($id, $count = 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment