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