Searched refs:titles (Results 1 – 2 of 2) sorted by relevance
268 var $titles = array(); variable in Markdown_Parser282 $this->titles = $this->predef_titles;294 $this->titles = array();384 $this->titles[$link_id] =& $matches[4];761 if ( isset( $this->titles[$link_id] ) ) {762 $title = $this->titles[$link_id];865 if (isset($this->titles[$link_id])) {866 $title = $this->titles[$link_id];
366 `predef_titles` for predefined URLs and titles for reference-style
Completed in 10 milliseconds