From: Brion Vibber Date: Fri, 30 Jan 2015 19:49:19 +0000 (-0800) Subject: break up long line that phpcs whinges about in DefaultSettings X-Git-Tag: 1.31.0-rc.0~12544^2 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=00244095d9fdb1d1d29ead0696c8afd6a2c16dbb break up long line that phpcs whinges about in DefaultSettings Change-Id: Ic2cc583c112e8235725dffa78e98f18ba6998b72 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f9dc1ed222..83870c20b6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3171,7 +3171,9 @@ $wgFooterIcons = array( ), "poweredby" => array( "mediawiki" => array( - "src" => null, // Defaults to "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" plus srcset for 1.5x, 2x + "src" => null, // Defaults to point at + // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" + // plus srcset for 1.5x, 2x resolution variants. "url" => "//www.mediawiki.org/", "alt" => "Powered by MediaWiki", )