From 350627988eb7813dac69450ff97f03a33e70d9f2 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 19 Dec 2016 14:35:13 -0800 Subject: zidify private mail --- include/text.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 593822bc7..d6151d8ef 100644 --- a/include/text.php +++ b/include/text.php @@ -3088,7 +3088,6 @@ function cleanup_bbcode($body) { $body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','\red_unescape_codeblock',$body); $body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','\red_unescape_codeblock',$body); - // fix any img tags that should be zmg $body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','\red_zrlify_img_callback',$body); -- cgit v1.2.3