]> git.mxchange.org Git - friendica.git/blobdiff - library/Smarty/libs/plugins/variablefilter.htmlspecialchars.php
networkheader: do css work the other supported themes
[friendica.git] / library / Smarty / libs / plugins / variablefilter.htmlspecialchars.php
index aff711e48fb48810fac6eb57d01b0d02b4da8a9d..aecd1e7e746b5c3328cd6c87c7da2de047551181 100644 (file)
@@ -2,20 +2,18 @@
 /**
  * Smarty plugin
  *
- * @package Smarty
+ * @package    Smarty
  * @subpackage PluginsFilter
  */
 
 /**
  * Smarty htmlspecialchars variablefilter plugin
  *
- * @param string                   $source input string
- * @param Smarty_Internal_Template $smarty Smarty object
+ * @param string $source input string
+ *
  * @return string filtered output
  */
-function smarty_variablefilter_htmlspecialchars($source, $smarty)
+function smarty_variablefilter_htmlspecialchars($source)
 {
     return htmlspecialchars($source, ENT_QUOTES, Smarty::$_CHARSET);
 }
-
-?>
\ No newline at end of file