]> git.mxchange.org Git - friendica.git/commitdiff
Remove include/html2*.php files
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 7 Mar 2018 21:34:48 +0000 (16:34 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 7 Mar 2018 21:34:48 +0000 (16:34 -0500)
include/html2bbcode.php [deleted file]
include/html2plain.php [deleted file]

diff --git a/include/html2bbcode.php b/include/html2bbcode.php
deleted file mode 100644 (file)
index 7cec7c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-function html2bbcode($message, $basepath = '')
-{
-       return Friendica\Content\Text\HTML::toBBCode($message, $basepath);
-}
\ No newline at end of file
diff --git a/include/html2plain.php b/include/html2plain.php
deleted file mode 100644 (file)
index d01d980..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-function html2plain($html, $wraplength = 75, $compact = false)
-{
-       return Friendica\Content\Text\HTML::toPlaintext($html, $wraplength, $compact);
-}