From ea7f154807b68b714610ca3b85d02e852ae8412e Mon Sep 17 00:00:00 2001 From: Huji Date: Tue, 20 Nov 2007 20:49:14 +0000 Subject: [PATCH] Having such comments in the code makes finding where a message is referenced easier, which is beneficial for internationalization and maintenance issues. --- includes/SpecialUserlogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index 92f06abaff..2c27292070 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -695,7 +695,7 @@ class LoginForm { $linkq .= '&uselang=' . $this->mLanguage; $link = ''; - $link .= wfMsgHtml( $linkmsg . 'link' ); + $link .= wfMsgHtml( $linkmsg . 'link' ); # Calling either 'gotaccountlink' or 'nologinlink' $link .= ''; # Don't show a "create account" link if the user can't -- 2.20.1