]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Strings.php
escape_tags calls
[friendica.git] / src / Util / Strings.php
index f536e60a1217b7f279cd4f4748cabda9e25bd7bf..bf31f62fa0af5921773b27093765aec0d3e4fcfd 100644 (file)
@@ -56,7 +56,7 @@ class Strings
      * 
      * @return string
      */
-    public static function escapeTags($string) // escape_tags()
+    public static function escapeTags($string)
     {
         return htmlspecialchars($string, ENT_COMPAT, 'UTF-8', false);
     }