Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -200,8 +200,8 @@ |
201 | 201 | 'benchmarks' => 15, # how many edit intervals are needed? |
202 | 202 | 'recentContentEdits' => 5, # $wgContentNamespaces edits in recent changes |
203 | 203 | 'totalContentEdits' => 300, # $wgContentNamespaces edits |
204 | | - 'totalReviewedEdits' => 0, # Sighted edits |
205 | | - 'totalCheckedEdits' => 0, # Edits before the sighted version pages |
| 204 | + 'totalReviewedEdits' => 0, # Edits that were specifically sighted |
| 205 | + 'totalCheckedEdits' => 0, # Edits before the stable version of pages |
206 | 206 | 'uniqueContentPages' => 12, # $wgContentNamespaces unique pages edited |
207 | 207 | 'editComments' => 50, # how many edit comments used? |
208 | 208 | 'email' => false, # user must be emailconfirmed? |