You are here

function hybridauth_form_comment_form_alter in HybridAuth Social Login 7.2

Same name and namespace in other branches
  1. 6.2 hybridauth.module \hybridauth_form_comment_form_alter()

Implements hook_form_FORM_ID_alter().

File

./hybridauth.module, line 234
Main file for the HybridAuth module.

Code

function hybridauth_form_comment_form_alter(&$form, &$form_state, $form_id) {
  _hybridauth_form_alter($form, $form_state, 'comment_form');
}