Home
last modified time | relevance | path

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

/plugin/dwtimeline/syntax/
H A Drenderpagetimeline.php181 …$synthetic = '<dwtimeline align="' . $align . '" title=' . $this->quoteAttrForWiki($title) . '>' .…
193 $synthetic .= $this->quoteAttrForWiki((string)$h['text']);
220 $synthetic .= $this->quoteAttrForWiki((string)$h['text']);
H A Ddwtimeline.php501 public function quoteAttrForWiki(string $val): string function in syntax_plugin_dwtimeline_dwtimeline