From 9d561d4471bccdd199821cd9ce5b2f6354ab8e65 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 23:06:45 -0800 Subject: oembed contsant name, fix dfrnpubdeliver, add 'code' editor button --- include/oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oembed.php') diff --git a/include/oembed.php b/include/oembed.php index a130357ab..37923a877 100644 --- a/include/oembed.php +++ b/include/oembed.php @@ -56,7 +56,7 @@ function oembed_bbcode2html($text){ if ($stopoembed == true){ return preg_replace("/\[embed\](.+?)\[\/embed\]/is", "". t('Embedding disabled') ." : $1" ,$text); } - return preg_replace_callback("/\[embed\](.+?)\[\/embed\]/is", oembed_replacecb ,$text); + return preg_replace_callback("/\[embed\](.+?)\[\/embed\]/is", 'oembed_replacecb' ,$text); } -- cgit v1.2.3