From a9fb8e4d6052dbb5db95939128d491897b4f6a0c Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 24 Oct 2011 14:30:11 +0200 Subject: Use oembed for bookmark, audio, video, youtube --- mod/item.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod') diff --git a/mod/item.php b/mod/item.php index ab104735b..0e855d54d 100644 --- a/mod/item.php +++ b/mod/item.php @@ -338,7 +338,6 @@ function item_post(&$a) { $bookmark = 0; if(preg_match_all("/\[bookmark\=([^\]]*)\](.*?)\[\/bookmark\]/ism",$body,$match)) { $bookmark = 1; - $body = preg_replace("/\[bookmark\=([^\]]*)\](.*?)\[\/bookmark\]/ism",'[url=$1]$2[/url]',$body); } -- cgit v1.2.3