Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.
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.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences