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