1 search.module | search_comment_update($comment) |
Implements hook_comment_update().
File
- core/
modules/ search/ search.module, line 885 - Enables site-wide keyword searching.
Code
function search_comment_update($comment) {
// Reindex the node when comments are changed.
search_touch_node($comment->nid);
}