comment_unpublish_by_keyword_action_submit

Versions
6 – 7
comment_unpublish_by_keyword_action_submit($form, $form_state)

Process comment_unpublish_by_keyword_action_form form submissions.

Code

modules/comment/comment.module, line 2085

<?php
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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.