r71194 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71193
|
r71194
|
r71195
>
Date:
09:40, 17 August 2010
Author:
siebrand
Status:
deferred
Tags:
Comment:
Can graph meta groups, so show them in the list.
Modified paths:
/trunk/extensions/Translate/SpecialTranslationStats.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/SpecialTranslationStats.php
—
—
@@ -222,10 +222,6 @@
223
223
unset( $groups[$key] );
224
224
continue;
225
225
}
226
-
227
- if ( $group->isMeta() ) {
228
- unset( $groups[$key] );
229
- }
230
226
}
231
227
232
228
ksort( $groups );
Status & tagging log
14:22, 24 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r71194
[
removed:
new
added:
deferred]