library/smarty/libs/plugins/shared.escape_special_chars.php
changeset 7 3ed6f90e97d9
parent 0 4869aea77e21
--- a/library/smarty/libs/plugins/shared.escape_special_chars.php
+++ b/library/smarty/libs/plugins/shared.escape_special_chars.php
@@ -8,7 +8,7 @@
 
 if (version_compare(PHP_VERSION, '5.2.3', '>=')) {
     /**
-     * escape_special_chars common function
+     * escape_special_chars core function
      * Function: smarty_function_escape_special_chars<br>
      * Purpose:  used by other smarty functions to escape
      *           special chars except for already escaped ones
@@ -28,7 +28,7 @@
     }
 } else {
     /**
-     * escape_special_chars common function
+     * escape_special_chars core function
      * Function: smarty_function_escape_special_chars<br>
      * Purpose:  used by other smarty functions to escape
      *           special chars except for already escaped ones