2010-09-08 23:14:17 -04:00
|
|
|
<?php
|
2011-02-09 20:51:05 -05:00
|
|
|
|
2017-10-16 16:31:13 -04:00
|
|
|
function html2bbcode($message, $basepath = '')
|
2012-02-19 14:36:59 -05:00
|
|
|
{
|
2018-03-07 16:21:02 -05:00
|
|
|
return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
|
|
|
|
}
|