function comment_unpublish_by_keyword_action_submit

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 2658
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']));
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!comment!comment.module/function/comment_unpublish_by_keyword_action_submit/7.x