Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / comment_insert.twig
1 /**
2  * Implements hook_comment_insert().
3  */
4 function {{ machine_name }}_comment_insert($comment) {
5   // Reindex the node when comments are added.
6   search_touch_node($comment->nid);
7 }