From: jenkins-bot Date: Wed, 13 Aug 2014 20:27:00 +0000 (+0000) Subject: Merge "Fix documentation." X-Git-Tag: 1.31.0-rc.0~14448 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=b7d0a250f91484a951fbaaa2291303afb680a25c;hp=c62aa0a59bcc301e159ee547de782b8fa560ce35;p=lhc%2Fweb%2Fwiklou.git Merge "Fix documentation." --- diff --git a/includes/skins/SkinFactory.php b/includes/skins/SkinFactory.php index d5f25463e6..0935e3347e 100644 --- a/includes/skins/SkinFactory.php +++ b/includes/skins/SkinFactory.php @@ -66,8 +66,8 @@ class SkinFactory { * * Will override if it's already registered. * - * @param string $name Internal skin name. Should be all-lowercase (but technically doesn't have - * to be). + * @param string $name Internal skin name. Should be all-lowercase (technically doesn't have + * to be, but doing so would change the case of i18n message keys). * @param string $displayName For backwards-compatibility with old skin loading system. This is * the text used as skin's human-readable name when the 'skinname-' message is not * available. It should be the same as the skin name provided in $wgExtensionCredits.