mirror of
https://github.com/friendica/friendica
synced 2025-03-26 12:41:26 +00:00
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);
|
|
} |