6 lines
No EOL
125 B
PHP
6 lines
No EOL
125 B
PHP
<?php
|
|
|
|
function html2bbcode($message, $basepath = '')
|
|
{
|
|
return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
|
|
} |