function xmlsitemap_node_comment_unpublish in XML sitemap 7.2
Implements hook_comment_unpublish().
File
- xmlsitemap_node/
xmlsitemap_node.module, line 134 - Default file for XML sitemap node.
Code
function xmlsitemap_node_comment_unpublish(stdClass $comment) {
xmlsitemap_node_comment_update($comment);
}