Searched refs:autolinks (Results 1 – 2 of 2) sorted by relevance
129 function _updateAutolinkIndex($id, $autolinks){ argument131 if (!is_array($autolinks) || empty($autolinks)) return false;132 usort($autolinks,array("helper_plugin_autolink2","lensort"));144 $c = count($autolinks);146 $autolinks[$i] = utf8_strtolower(preg_quote($autolinks[$i], '/'));156 if (in_array($oldtag, $autolinks)) continue; // tag is still there163 foreach ($autolinks as $autolink){
233 - Fixed nested autolinks (#689)485 - **Fixed some URL autolinks breaking too early** (#492)