Esempio n. 1
0
    /**
     * Disable unless html_block
     */
    protected function hashHTMLBlocks($text)
    {
        if (!$this->features['html_block']) {
            return $text;
        }

        return parent::hashHTMLBlocks($text);
    }