r74746 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74745‎ | r74746 | r74747 >
Date:23:28, 13 October 2010
Author:reedy
Status:ok
Tags:
Comment:
ResourceLoaderModule::concatStyles returns an Array, hence getPrimaryStyles does
Modified paths:
  • /trunk/phase3/includes/ResourceLoaderModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ResourceLoaderModule.php
@@ -583,7 +583,7 @@
584584 * Get the primary CSS for this module. This is pulled from the CSS
585585 * files added through addStyles()
586586 *
587 - * @return String: JS
 587+ * @return Array
588588 */
589589 protected function getPrimaryStyles() {
590590 return self::concatStyles( $this->styles );

Status & tagging log