You are here

function wysiwyg_user_insert in Wysiwyg 7.2

Implements hook_user_insert().

Wysiwyg's user preferences are normally not exposed on the user registration form, but in case they are manually altered in, we invoke wysiwyg_user_update() accordingly.

File

./wysiwyg.module, line 1009

Code

function wysiwyg_user_insert(&$edit, $account, $category) {
  wysiwyg_user_update($edit, $account, $category);
}