X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fbbcode.php;h=eb0806dc527fee8b6b36a89d6d6239e807ca665e;hb=64be33a3ff9ddae16ba7a57c842441a2d0058a5b;hp=8382cc80441f5e73dff5cd6a9d9b801a93a6599d;hpb=8257b1b684d2c6087a93ae690aa27c907e578aa3;p=friendica.git diff --git a/include/bbcode.php b/include/bbcode.php index 8382cc8044..eb0806dc52 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -1,5 +1,5 @@ ', $Text); + // oembed tag + $Text = oembed_bbcode2html($Text); + call_hooks('bbcode',$Text); return $Text;