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 @@
584
584
* Get the primary CSS for this module. This is pulled from the CSS
585
585
* files added through addStyles()
586
586
*
587
- * @return String: JS
587
+ * @return Array
588
588
*/
589
589
protected function getPrimaryStyles() {
590
590
return self::concatStyles( $this->styles );
Status & tagging log
16:39, 16 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r74746
[
removed:
new
added:
ok]