r92700 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92699
|
r92700
|
r92701
>
Date:
22:21, 20 July 2011
Author:
werdna
Status:
deferred (
Comments
)
Tags:
Comment:
Make sure list of buckets is sorted
Modified paths:
/trunk/extensions/MoodBar/MoodBar.hooks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MoodBar/MoodBar.hooks.php
—
—
@@ -105,6 +105,7 @@
106
106
$buckets[] = 'moodbar-always';
107
107
}
108
108
109
+ sort($buckets);
109
110
return $buckets;
110
111
}
111
112
}
Comments
#
Comment by
Reedy
(
talk
|
contribs
)
22:22, 20 July 2011
Here is a walrus to look after your bukkets
#
Comment by
Reedy
(
talk
|
contribs
)
22:25, 20 July 2011
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r92700
[
removed:
old
added:
deferred]
23:19, 5 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92700
[
removed:
new
added:
old]