Location: search.php
Before:
$template->assign_block_vars('searchresults', array_merge($tpl_ary, array(
line 1002Parameters: $row, $tpl_ary
Explanation: Allow extensions to modify the searchresults template block arrays, they are stored in $tpl_ary before being merged into the 'searchresults' block vars array. (This should be functionally the same as core.viewforum_modify_topicrow)
For example, Topic Preview MOD uses this add first_post_text titles to topics in the search results.