Home
last modified time | relevance | path

Searched refs:_remove_html_tags (Results 1 – 2 of 2) sorted by path

/plugin/header2/
H A Dsyntax.php109 function _remove_html_tags($text) { function in syntax_plugin_header2
124 $text = htmlspecialchars_decode($this->_remove_html_tags($text),ENT_QUOTES); // <= added
159 $text = $this->_remove_html_tags($text); // <= added
/plugin/header3/
H A Dsyntax.php104 function _remove_html_tags($text) { function in syntax_plugin_header3
119 $text = htmlspecialchars_decode($this->_remove_html_tags($text),ENT_QUOTES); // <= added
154 $text = $this->_remove_html_tags($text); // <= added