Home
last modified time | relevance | path

Searched refs:setHTMLtag (Results 1 – 6 of 6) sorted by relevance

/plugin/bbcodeextensions/syntax/
H A Dkbd.php15 $this->setHTMLtag('kbd');
H A Dsamp.php15 $this->setHTMLtag('samp');
H A Dhil.php12 $this->setHTMLtag('mark');
H A Ddel.php15 $this->setHTMLtag('del');
H A Dins.php15 $this->setHTMLtag('ins');
/plugin/bbcodeextensions/
H A Dcommon.php22 function setHTMLtag ($t= null) { function in BBCodeExt_simpletag_plugin_base