1.20.x comment.module | comment_cron() |
Implements hook_cron().
File
- modules/
comment/ comment.module, line 2422 - Enables users to comment on published content.
Code
function comment_cron() {
_comment_close_all();
}
1.20.x comment.module | comment_cron() |
Implements hook_cron().
function comment_cron() {
_comment_close_all();
}