Home
last modified time | relevance | path

Searched +full:btn_hide +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/discussion/
H A Dadmin.php41 case $this->getLang('btn_hide'):
291 …mit" name="comment" value="'.$this->getLang('btn_hide').'" class="button" title="'.$this->getLang(…
H A Daction.php851 … $label = ($comment['show'] ? $this->getLang('btn_hide') : $this->getLang('btn_show'));