diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 18:04:22 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 18:04:22 -0700 |
commit | d9a67d64b1275257e51c0754d2f76ce7883affcc (patch) | |
tree | d1f42312f8cfd0e5c41f878d2e2ac119b563eec3 /include/text.php | |
parent | 2a26c898cafb3523b2e6c8b8b499402befc0c442 (diff) | |
download | volse-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.php | 4 |
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, |