From 6ff2162ffee7a8e84ce1f102eac5cd0f5d1b5f94 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 14 Nov 2011 08:06:41 +0000 Subject: [PATCH] (bug 32380) Make get powered by link target protocol-relative --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1