diff --git a/libraries/sanitizing.lib.php b/libraries/sanitizing.lib.php index d64ace626c..83f5c818ae 100644 --- a/libraries/sanitizing.lib.php +++ b/libraries/sanitizing.lib.php @@ -97,16 +97,10 @@ function PMA_sanitize($message, $escape = false, $safe = false) } /* Interpret bb code */ $replace_pairs = array( - '[i]' => '', // deprecated by em - '[/i]' => '', // deprecated by em '[em]' => '', '[/em]' => '', - '[b]' => '', // deprecated by strong - '[/b]' => '', // deprecated by strong '[strong]' => '', '[/strong]' => '', - '[tt]' => '', // deprecated by CODE or KBD - '[/tt]' => '', // deprecated by CODE or KBD '[code]' => '', '[/code]' => '', '[kbd]' => '', @@ -115,7 +109,8 @@ function PMA_sanitize($message, $escape = false, $safe = false) '[/a]' => '', '[sup]' => '', '[/sup]' => '', - '[conferr]' => '