as reported in export of invite.pot by potx 6.x-1.x-dev 2007-Nov-13
* Invalid marker content in invite.module:831 * t(_invite_get_mail_template())
* Invalid marker content in invite.module:928 * t(_invite_get_mail_template())
* Invalid marker content in invite.module:1002 * t(variable_get('invite_subject',t('[inviter-raw] has sent you an invite!')))
Comments
Comment #1
smk-ka commentedThe use of t() should be no problem here as the text is user defined input, so these warnings can be ignored. I am aware, though, passing user defined text to t() is evil, but since there is no better solution currently available we have to stick with it.