aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-02 18:04:22 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-02 18:04:22 -0700
commitd9a67d64b1275257e51c0754d2f76ce7883affcc (patch)
treed1f42312f8cfd0e5c41f878d2e2ac119b563eec3 /include/text.php
parent2a26c898cafb3523b2e6c8b8b499402befc0c442 (diff)
downloadvolse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.tar.gz
volse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.tar.bz2
volse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.zip
Update the credits
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/text.php b/include/text.php
index 02a038ef4..f4122845e 100644
--- a/include/text.php
+++ b/include/text.php
@@ -72,10 +72,6 @@ function notags($string) {
// return(str_replace(array("<",">","\xBA","\xBC","\xBE"), array('[',']','','',''), $string));
}
-// use this on "body" or "content" input where angle chars shouldn't be removed,
-// and allow them to be safely displayed.
-
-
/**
* use this on "body" or "content" input where angle chars shouldn't be removed,