| 6 comment.module | comment_unpublish_by_keyword_action_submit($form, $form_state) |
| 7 comment.module | comment_unpublish_by_keyword_action_submit($form, $form_state) |
| 8 comment.module | comment_unpublish_by_keyword_action_submit($form, $form_state) |
Process comment_unpublish_by_keyword_action_form form submissions.
See also
comment_unpublish_by_keyword_action()
File
- modules/
comment/ comment.module, line 2154 - Enables users to comment on published content.
Code
function comment_unpublish_by_keyword_action_submit($form, $form_state) {
return array('keywords' => drupal_explode_tags($form_state['values']['keywords']));
}
Login or register to post comments