diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-19 14:35:13 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-19 14:35:13 -0800 |
commit | 350627988eb7813dac69450ff97f03a33e70d9f2 (patch) | |
tree | 6924d4d900df0958bfebf01775242cee456d0a85 /include | |
parent | 468fb3c77a60fe38a021502bce5ca6a4e4c211a4 (diff) | |
download | volse-hubzilla-350627988eb7813dac69450ff97f03a33e70d9f2.tar.gz volse-hubzilla-350627988eb7813dac69450ff97f03a33e70d9f2.tar.bz2 volse-hubzilla-350627988eb7813dac69450ff97f03a33e70d9f2.zip |
zidify private mail
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); |