|
|
@@ -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.
|