You are here

function ulogin_form_comment_form_alter in uLogin (advanced version) 7

Same name and namespace in other branches
  1. 6 ulogin.module \ulogin_form_comment_form_alter()

Implements hook_form_FORM_ID_alter().

File

./ulogin.module, line 168
Main file for the uLogin module.

Code

function ulogin_form_comment_form_alter(&$form, &$form_state, $form_id) {
  _ulogin_form_alter($form, $form_state, 'comment_form');
}