Sfoglia il codice sorgente

[GENERIC] Zend_Filter:

- deleted unused constant

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20339 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 anni fa
parent
commit
8a927ac63a
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      library/Zend/Filter/StripTags.php

+ 0 - 5
library/Zend/Filter/StripTags.php

@@ -35,11 +35,6 @@ require_once 'Zend/Filter/Interface.php';
 class Zend_Filter_StripTags implements Zend_Filter_Interface
 {
     /**
-     * Unique ID prefix used for allowing comments
-     */
-    const UNIQUE_ID_PREFIX = '__Zend_Filter_StripTags__';
-
-    /**
      * Whether comments are allowed
      *
      * If false (the default), then comments are removed from the input string.