From: Roan Kattouw Date: Mon, 14 Nov 2011 08:06:41 +0000 (+0000) Subject: (bug 32380) Make get powered by link target protocol-relative X-Git-Tag: 1.31.0-rc.0~26527 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=6ff2162ffee7a8e84ce1f102eac5cd0f5d1b5f94;p=lhc%2Fweb%2Fwiklou.git (bug 32380) Make get powered by link target protocol-relative --- diff --git a/includes/Skin.php b/includes/Skin.php index 96566d7889..43176f2945 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -782,7 +782,7 @@ abstract class Skin extends ContextSource { global $wgStylePath; $url = htmlspecialchars( "$wgStylePath/common/images/poweredby_mediawiki_88x31.png" ); - $text = 'Powered by MediaWiki'; + $text = 'Powered by MediaWiki'; wfRunHooks( 'SkinGetPoweredBy', array( &$text, $this ) ); return $text; }