diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 20:33:58 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 20:33:58 -0700 |
commit | 837b9224cc7cb6c6a38156d4b7ad40e7fd0985b6 (patch) | |
tree | 150a03edbbf7777ae4c1b3916f851021ac6721a4 /include | |
parent | c22da3da1c5d3c5418cb9f142883adb838db9f76 (diff) | |
parent | 470915a55b9125d4dd361dcba3c5dbe013f3d4e0 (diff) | |
download | volse-hubzilla-837b9224cc7cb6c6a38156d4b7ad40e7fd0985b6.tar.gz volse-hubzilla-837b9224cc7cb6c6a38156d4b7ad40e7fd0985b6.tar.bz2 volse-hubzilla-837b9224cc7cb6c6a38156d4b7ad40e7fd0985b6.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts:
doc/credits.bb
mod/thing.php
Diffstat (limited to 'include')
-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 e4735ac48..4d9670806 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, |