Remove include/html2*.php files

This commit is contained in:
Hypolite Petovan 2018-03-07 16:34:48 -05:00
parent 789561c7a2
commit f633acd8d1
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
<?php
function html2bbcode($message, $basepath = '')
{
return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
}

View File

@ -1,6 +0,0 @@
<?php
function html2plain($html, $wraplength = 75, $compact = false)
{
return Friendica\Content\Text\HTML::toPlaintext($html, $wraplength, $compact);
}