Remove include/html2*.php files
This commit is contained in:
parent
789561c7a2
commit
f633acd8d1
|
@ -1,6 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
function html2bbcode($message, $basepath = '')
|
|
||||||
{
|
|
||||||
return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
function html2plain($html, $wraplength = 75, $compact = false)
|
|
||||||
{
|
|
||||||
return Friendica\Content\Text\HTML::toPlaintext($html, $wraplength, $compact);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user