mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Remove unused parameter preserve_nl in BBCode::convert
This commit is contained in:
parent
ee380c3149
commit
29f5270313
2 changed files with 2 additions and 7 deletions
|
@ -7,5 +7,5 @@ use Friendica\Content\Text\BBCode;
|
|||
|
||||
function bbcode($Text, $preserve_nl = false, $tryoembed = true, $simplehtml = false, $forplaintext = false)
|
||||
{
|
||||
return BBCode::convert($Text, $preserve_nl, $tryoembed, $simplehtml, $forplaintext);
|
||||
return BBCode::convert($Text, $tryoembed, $simplehtml, $forplaintext);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue