static function unprotectForm(&$string, $tags = array(), $protected = array()) { require_once __DIR__ . '/protect.php'; nnProtect::unprotectForm($string, $tags, $protected); }