Reply to thread

To put this into context... I originally discovered the problem with this code:


__________

[plain]

[code]

            $message['messageHtml'] = preg_replace('/\[url\]/', '', $post['message']);

            $message['messageHtml'] = preg_replace('/\[url=".+"\]/', '', $post['message']);

            $message['messageHtml'] = preg_replace('/\[\/url]/', '', $post['message']);

[/code]


[quote="who"]dddd[/quote]

[/plain]

__________


So this wasn't deliberate breakage.  Afterwards I tried to narrow down the problem and was able to reproduce it with just a URL tag.


Back
Top Bottom