Demon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79964


Change subject: Remove padlock icon from login link
......................................................................

Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/79964/1

diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index cca1c6c..0caaf59 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -700,13 +700,11 @@
                                'text' => $this->msg( $loginlink )->text(),
                                'href' => self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
                                'active' => $title->isSpecial( 'Userlogin' ) && 
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-                               'class' => $wgSecureLogin ? 'link-https' : ''
                        );
                        $createaccount_url = array(
                                'text' => $this->msg( 'createaccount' )->text(),
                                'href' => self::makeSpecialUrl( 'Userlogin', 
"$returnto&type=signup", $proto ),
                                'active' => $title->isSpecial( 'Userlogin' ) && 
$is_signup,
-                               'class' => $wgSecureLogin ? 'link-https' : ''
                        );
 
                        if ( $this->showIPinHeader() ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/79964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf13
Gerrit-Owner: Demon <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to