mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2362,7 +2362,7 @@ else
|
||||
$user_sig = $userdata['user_sig'];
|
||||
}
|
||||
|
||||
$post_message = preg_replace("/\:$post_bbcode_uid(|\:[a-z])/si", "", $post_message);
|
||||
$post_message = preg_replace("/\:(([a-z0-9]:)?)$post_bbcode_uid/si", "", $post_message);
|
||||
$post_message = str_replace("<br />", "\n", $post_message);
|
||||
$post_message = preg_replace($html_entities_match, $html_entities_replace, $post_message);
|
||||
$post_message = preg_replace('#</textarea>#si', '</textarea>', $post_message);
|
||||
|
Reference in New Issue
Block a user