Skip to content

Instantly share code, notes, and snippets.

@gplanchat
gplanchat / Abstract.php
Created June 5, 2015 14:10
PHP 5.5 patch for Magento 1.9
<?php
class Mage_Core_Helper_Abstract
{
//...
/**
* Remove html tags, but leave "<" and ">" signs
*
* @param string $html
* @return string
*/