Having such comments in the code makes finding where a message is referenced easier...
authorHuji <huji@users.mediawiki.org>
Tue, 20 Nov 2007 20:49:14 +0000 (20:49 +0000)
committerHuji <huji@users.mediawiki.org>
Tue, 20 Nov 2007 20:49:14 +0000 (20:49 +0000)
includes/SpecialUserlogin.php

index 92f06ab..2c27292 100644 (file)
@@ -695,7 +695,7 @@ class LoginForm {
                        $linkq .= '&uselang=' . $this->mLanguage;
 
                $link = '<a href="' . htmlspecialchars ( $titleObj->getLocalUrl( $linkq ) ) . '">';
-               $link .= wfMsgHtml( $linkmsg . 'link' );
+               $link .= wfMsgHtml( $linkmsg . 'link' ); # Calling either 'gotaccountlink' or 'nologinlink'
                $link .= '</a>';
 
                # Don't show a "create account" link if the user can't