r85540 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85539‎ | r85540 | r85541 >
Date:14:43, 6 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
link to http instead of https, like everywhere else
Modified paths:
  • /trunk/tools/ToolserverI18N/TsIntuition.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/TsIntuition.php
@@ -976,14 +976,14 @@
977977 $helpTranslateLink = '';
978978 if ( is_string( $helpTranslateDomain ) ) {
979979 $helpTranslateDomain = strtolower( $helpTranslateDomain );
980 - // https://translatewiki.net/w/i.php?language=nl&title=Special:Translate&group=tsint-0-all
 980+ // http://translatewiki.net/w/i.php?language=nl&title=Special:Translate&group=tsint-0-all
981981 $twParams = array(
982982 'title' => 'Special:Translate',
983983 'language' => $this->getLang(),
984984 'group' => "tsint-$helpTranslateDomain",
985985 );
986986 $twParams = http_build_query( $twParams );
987 - $helpTranslateLink = '<small>(' . TsIntuitionUtil::tag( $twLinkText, 'a', array( 'href' => "https://translatewiki.net/w/i.php?$twParams", 'title' => $this->msg( 'help-translate-tooltip', 'tsintuition' ) ) ) . ')</small>';
 987+ $helpTranslateLink = '<small>(' . TsIntuitionUtil::tag( $twLinkText, 'a', array( 'href' => "http://translatewiki.net/w/i.php?$twParams", 'title' => $this->msg( 'help-translate-tooltip', 'tsintuition' ) ) ) . ')</small>';
988988 }
989989
990990 // Build output

Status & tagging log