Vergleich archive/index.php - 1.8.12 - 1.8.17
Zeile 44 | Zeile 44 |
---|---|
$announcement['subject'] = htmlspecialchars_uni($parser->parse_badwords($announcement['subject'])); |
$announcement['subject'] = htmlspecialchars_uni($parser->parse_badwords($announcement['subject'])); |
"allow_html" => $announcement['allowhtml'], | "allow_html" => $mybb->settings['announcementshtml'] && $announcement['allowhtml'], |
"allow_mycode" => $announcement['allowmycode'], | "allow_mycode" => $announcement['allowmycode'], |