mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
preliminary qcomment support, [nosmile] tag to disable smiley processing
This commit is contained in:
parent
f865939653
commit
03171fd7de
7 changed files with 45 additions and 4 deletions
|
@ -212,7 +212,7 @@ function bb2diaspora($Text,$preserve_nl = false) {
|
|||
$Text = preg_replace("/\[vimeo\]([0-9]+)(.*?)\[\/vimeo\]/ism", 'http://vimeo.com/$1',$Text);
|
||||
|
||||
|
||||
|
||||
$Text = str_replace('[nosmile]','',$Text);
|
||||
|
||||
// oembed tag
|
||||
// $Text = oembed_bbcode2html($Text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue