Followup r102945: $wgFooterIcons too
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Nov 2011 14:08:56 +0000 (14:08 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Nov 2011 14:08:56 +0000 (14:08 +0000)
includes/DefaultSettings.php

index 0f4a1b8..e75399a 100644 (file)
@@ -2428,7 +2428,7 @@ $wgFooterIcons = array(
        "poweredby" => array(
                "mediawiki" => array(
                        "src" => null, // Defaults to "$wgStylePath/common/images/poweredby_mediawiki_88x31.png"
-                       "url" => "http://www.mediawiki.org/",
+                       "url" => "//www.mediawiki.org/",
                        "alt" => "Powered by MediaWiki",
                )
        ),