| Versionen | |
|---|---|
| drupal6 – drupal7 | comment_unpublish_by_keyword_action_submit($form, $form_state) |
Process comment_unpublish_by_keyword_action_form form submissions.
comment_unpublish_by_keyword_action()
modules/
<?php
function comment_unpublish_by_keyword_action_submit($form, $form_state) {
return array('keywords' => drupal_explode_tags($form_state['values']['keywords']));
}
?>
Kommentare
Kommentar hinzufügen