From: Happy-melon Date: Wed, 15 Dec 2010 01:03:44 +0000 (+0000) Subject: Follow-up r77796: a couple of typos in the comment, and break more consistently at... X-Git-Tag: 1.31.0-rc.0~33291 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=8619dc76b79e740ac29f267a58033d8bd9fc1432;p=lhc%2Fweb%2Fwiklou.git Follow-up r77796: a couple of typos in the comment, and break more consistently at 90 cols. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e5a7f6fd04..f60eb61fcc 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2288,15 +2288,14 @@ $wgExperimentalHtmlIds = true; * of new blocks in monobook. vector and modern should work without any special css. * * $wgFooterIcons itself is a key/value array. - * The key os the name of a block that the icons will be wrapped in. - * The final id varries by skin; Monobook and Vector will turn poweredby into f-poweredbyico - * while Modern turns it into mw_poweredby. - * The value is a key/value array of icons. The key may or may not be used by the - * skin but it can be used to find the icon and unset it or change the icon if needed. - * This is useful for disabling icons that are set by extensions. - * The value should be either a string or an array. - * If it is a string it will be output directly, however some skins may choose to ignore it. - * An array is the preferred format for the icon, the following keys are used: + * The key is the name of a block that the icons will be wrapped in. The final id varies + * by skin; Monobook and Vector will turn poweredby into f-poweredbyico while Modern + * turns it into mw_poweredby. The value is a key/value array of icons. The key may or + * may not be used by the skin but it can be used to find the icon and unset it or + * change the icon if needed. This is useful for disabling icons that are set by extensions. + * The value should be either a string or an array. If it is a string it will be output + * directly, however some skins may choose to ignore it. An array is the preferred format + * for the icon, the following keys are used: * src: An absolute url to the image to use for the icon, this is recommended * but not required, however some skins will ignore icons without an image * url: The url to use in the arround the text or icon, if not set an will not be outputted