Exemplo n.º 1
0
 public function stripTags($data, $allowableTags = null, $allowHtmlEntities = false)
 {
     if (Mage::helper('awfeatured')->checkVersion('1.4.1.1')) {
         return parent::stripTags($data, $allowableTags, $allowHtmlEntities);
     } else {
         return $this->htmlEscape($data);
     }
 }