Haritha28 has uploaded a new change for review.

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

Change subject:   Disabled link in Logo
......................................................................

Disabled link in Logo

  The href tag in logo.php file is commented,
  so that on clicking logo icon page  won't be directed to wiki main page.

  Bug : T68859

Change-Id: Ifa1d8f5c098e0f4a4458f9f523eb4a29f318659e
---
M src/Components/Logo.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon 
refs/changes/57/232257/1

diff --git a/src/Components/Logo.php b/src/Components/Logo.php
index 5bc0e00..df27067 100644
--- a/src/Components/Logo.php
+++ b/src/Components/Logo.php
@@ -48,7 +48,7 @@
        public function getHtml() {
 
                $attribs  = array_merge(
-                       array( 'href' => $this->getSkinTemplate()->data[ 
'nav_urls' ][ 'mainpage' ][ 'href' ] ),
+                       array( /*'href' => $this->getSkinTemplate()->data[ 
'nav_urls' ][ 'mainpage' ][ 'href' ]*/ ),
                        Linker::tooltipAndAccesskeyAttribs( 'p-logo' )
                );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa1d8f5c098e0f4a4458f9f523eb4a29f318659e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Haritha28 <[email protected]>

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

Reply via email to