due to the t() change, the admin approval emails are having their variables wrapped in <em> tags--not very pretty. :)

the $variables array in user_register_submit already contains the variables we need in the correct t() format, so substituting that in seems to be the best solution.

patch attached.

CommentFileSizeAuthor
admin_mail.patch921 byteshunmonk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hunmonk’s picture

Priority: Minor » Normal

bump

Kjartan’s picture

Status: Needs review » Reviewed & tested by the community

Applies, and fixes the problem. Marking as RTBC.

drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)