You are here

function _spamicide_set_title in Spamicide 7

1 call to _spamicide_set_title()
spamicide_form_alter in ./spamicide.module
Implements hook_form_alter().

File

./spamicide.inc, line 103
This module provides yet another tool to eliminate spam.

Code

function _spamicide_set_title($form_field) {
  return str_replace('_', ' ', $form_field);
}