Correct documentation for $wgResourceModuleSkinStyles
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 13 Dec 2014 19:19:05 +0000 (20:19 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 14 Dec 2014 09:49:19 +0000 (09:49 +0000)
Change-Id: I56195b2193477f8f7ff2b56b241702b0dbd7de0c

includes/DefaultSettings.php

index 64d9892..4a6aa0b 100644 (file)
@@ -3279,8 +3279,8 @@ $wgResourceModules = array();
  *     ),
  *   );
  *   // Note the '+' character:
- *   $wgResourceModuleSkinStyles['+foo'] = array(
- *     'bar' => 'skins/Foo/bar.css',
+ *   $wgResourceModuleSkinStyles['foo'] = array(
+ *     '+bar' => 'skins/Foo/bar.css',
  *   );
  * @endcode
  *