From 8cfedc494ab6dcdfd0c0ac8202b1685b2ab9581f Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 23 Nov 2013 00:32:59 -0500 Subject: [PATCH] Restore Signupstart and Signupend messages for account creation This was removed during the redesign of the login process in I50f25583, but I found that 5-10% of non-wmf wiki sites used this message to display notices, previously. We should keep this around or at the very least provide advance notice for people. Bug: 56455 Change-Id: I79423c1a05f0359c902d1940c3ffcd5e509dcf97 --- includes/templates/Usercreate.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/templates/Usercreate.php b/includes/templates/Usercreate.php index 4750af95e5..fcd492cb37 100644 --- a/includes/templates/Usercreate.php +++ b/includes/templates/Usercreate.php @@ -46,6 +46,9 @@ class UsercreateTemplate extends BaseTemplate { + isDisabled() ) { ?> +
msgWiki( 'signupstart' ); ?>

@@ -262,6 +265,9 @@ class UsercreateTemplate extends BaseTemplate { haveData( 'uselang' ) ) { ?> haveData( 'token' ) ) { ?> + isDisabled() ) { ?> +
html( 'signupend' ); ?>
+

msg( 'createacct-benefit-heading' ); ?>

-- 2.20.1