Remove include/bbcode.php
This commit is contained in:
parent
9e3bae5caa
commit
71cb1523d5
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* @file include/bbcode.php
|
||||
*/
|
||||
|
||||
use Friendica\Content\Text\BBCode;
|
||||
|
||||
function bbcode($Text, $preserve_nl = false, $tryoembed = true, $simplehtml = false, $forplaintext = false)
|
||||
{
|
||||
return BBCode::convert($Text, $tryoembed, $simplehtml, $forplaintext);
|
||||
}
|
Loading…
Reference in a new issue