The first line should read:
if ($form_id != 'user_profile_form' && $form_id != 'user_edit') {
and not
if ($form_id != 'user_profile_form' || $form_id != 'user_edit') {
The first line should read:
if ($form_id != 'user_profile_form' && $form_id != 'user_edit') {
and not
if ($form_id != 'user_profile_form' || $form_id != 'user_edit') {
Comments
Comment #1
deekayen commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.