Last modified: 2010-05-15 15:38:19 UTC
In SpecialPreferences lines 287-289, currently text strings - mailerror, $1 and - eauthentsent, $1 are used; they have an additional $1 part. These parts are used, when a user changes the stored e-mail address and the wiki automatically sends out the confirmation e-mail. In SpecialConfirmemail lines 55-57 a similar construct is used, when the user explicitly requests e-mail confirmation. You can see the very similar code construction. But they used strings are here - confirmemail_sendfailed and - confirmemail_sent Due to a different program structure, wfMsg is not used here. The target of this bugzilla is to show that an improved code (of text handling in Confirmemail.php) could save two of the four text strings, becauses they have essentially the same meaning.