Searched refs:origtext (Results 1 – 1 of 1) sorted by relevance
/plugin/translate/ |
H A D | action.php | 149 $origtext = io_readWikiPage($file,$id); 157 $this->handleHtmlEditformOutputNG($form, $pos, $origtext); 162 $this->handleHtmlEditformOutputLegacy($form, $pos, $origtext); 169 protected function handleHtmlEditformOutputNG($form, $pos, $origtext) { argument 183 $form->addTextarea('origWikitext', '', $pos++)->attrs($attrs)->val($origtext) 194 protected function handleHtmlEditformOutputLegacy($form, $pos, $origtext) { argument 206 hsc($origtext).
|