Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -150,13 +150,6 @@ |
151 | 151 | |
152 | 152 | $prefsTitle = Title::newFromText( 'Preferences', NS_SPECIAL ); |
153 | 153 | |
154 | | - // Add a standard footer |
155 | | - $footerArgs[0] = $from->name; |
156 | | - $footerArgs[1] = $to->name; |
157 | | - $footerArgs[2] = $prefsTitle->getFullURL(); |
158 | | - $footerArgs[3] = wfMsg ('allowemail'); |
159 | | - $this->text = $this->text . "\n" . wfMsgExt( 'emailuserfooter', 'parsemag', $footerArgs ); |
160 | | - |
161 | 154 | if( wfRunHooks( 'EmailUser', array( &$to, &$from, &$subject, &$this->text ) ) ) { |
162 | 155 | |
163 | 156 | if( $wgUserEmailUseReplyTo ) { |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2014,10 +2014,6 @@ |
2015 | 2015 | 'emailccsubject' => 'Copy of your message to $1: $2', |
2016 | 2016 | 'emailsent' => 'E-mail sent', |
2017 | 2017 | 'emailsenttext' => 'Your e-mail message has been sent.', |
2018 | | -'emailuserfooter' => 'Sent automatically by {{SITENAME}} to $1 for $2. |
2019 | | -Please note, {{SITENAME}} cannot be held responsible for the content of this email. |
2020 | | -The option to remove yourself from these mailings is in your preferences. |
2021 | | -Check your preferences at $3 and uncheck "$4".', |
2022 | 2018 | |
2023 | 2019 | # Watchlist |
2024 | 2020 | 'watchlist' => 'My watchlist', |