You are here

function xmlsitemap_node_comment_publish in XML sitemap 7.2

Implements hook_comment_publish().

File

xmlsitemap_node/xmlsitemap_node.module, line 127
Default file for XML sitemap node.

Code

function xmlsitemap_node_comment_publish(stdClass $comment) {
  xmlsitemap_node_comment_update($comment);
}