Home
last modified time | relevance | path

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

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