friendica/include/html2bbcode.php

6 lines
125 B
PHP
Raw Normal View History

2010-09-09 05:14:17 +02:00
<?php
function html2bbcode($message, $basepath = '')
{
return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
}