Remove include/bbcode.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user