From 463f2535817ff2b576038963775a44050274ee0d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 14 Aug 2010 22:38:18 +0000 Subject: [PATCH] Add signupstart to Userlogin.php per request of MZMcBride That, and we've got a loginstart/loginend, and then signupend, but no signupstart --- includes/templates/Userlogin.php | 2 ++ languages/messages/MessagesEn.php | 1 + maintenance/language/messages.inc | 1 + 3 files changed, 4 insertions(+) diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 7693223fee..914b3d1ac1 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -148,6 +148,8 @@ class UsercreateTemplate extends QuickTemplate {
+ +
msgWiki( 'signupstart' ); ?>
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 674972af0b..a731cdd193 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1115,6 +1115,7 @@ Before any other e-mail is sent to the account, you will have to follow the inst To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', 'loginstart' => '', # do not translate or duplicate this message to other languages 'loginend' => '', # do not translate or duplicate this message to other languages +'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages 'mailerror' => 'Error sending mail: $1', 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index ee8cfedd48..9c89aa511d 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -449,6 +449,7 @@ $wgMessageStructure = array( 'throttled-mailpassword', 'loginstart', 'loginend', + 'signupstart', 'signupend', 'mailerror', 'acct_creation_throttle_hit', -- 2.20.1