Add comment on why the list is not localised.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 3 Sep 2011 11:31:50 +0000 (11:31 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 3 Sep 2011 11:31:50 +0000 (11:31 +0000)
includes/User.php

index bf13349..9404414 100644 (file)
@@ -1160,6 +1160,7 @@ class User {
                                $log->addEntry( 'autopromote',
                                        $this->getUserPage(),
                                        '', // no comment
+                                       // These group names are "list to texted"-ed in class LogPage.
                                        array( implode( ', ', $oldGroups ), implode( ', ', $newGroups ) )
                                );
                        }