Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Ditsearch.php120 $h_txt = '<span class="search_hit">'.$item['match'].'</span>'; variable
121 $text_snip = str_ireplace($item['match'], $h_txt, $text_snip);
141 $h_txt = '<span class="search_hit">'.$item['match'].'</span>'; variable
142 … $text_snip = str_ireplace($item['match'],$h_txt,$text_snip);