Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | 'recentContentEdits' => 10, # $wgContentNamespaces edits in recent changes |
190 | 190 | 'totalContentEdits' => 30, # $wgContentNamespaces edits |
191 | 191 | 'uniqueContentPages' => 10, # $wgContentNamespaces unique pages edited |
192 | | - 'editComments' => 5, # how many edit comments used? |
| 192 | + 'editComments' => 15, # how many edit comments used? |
193 | 193 | 'email' => true, # user must be emailconfirmed? |
194 | 194 | 'userpage' => true, # user must have a userpage? |
195 | 195 | 'userpageBytes' => 100, # if userpage is needed, what is the min size? |