mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Remove include/html2*.php files
This commit is contained in:
parent
789561c7a2
commit
f633acd8d1
2 changed files with 0 additions and 12 deletions
|
@ -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 a new issue