Home
last modified time | relevance | path

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

/plugin/siteexport/syntax/
H A Dtoc.php572 $this->_cleanInstructions($instr, '/p_(close|open)/');
573 $this->_cleanInstructions($instr, '/section_(close|open)/');
574 $this->_cleanInstructions($instr, '/listu_(close|open)/');
575 $this->_cleanInstructions($instr, '/listo_(close|open)/');
654 private function _cleanInstructions(&$instructions, $tag) { function in syntax_plugin_siteexport_toc