Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -140,6 +140,7 @@ |
141 | 141 | # A revision with all tags rated at least to this level is considered "pristine"/"featured" |
142 | 142 | $wgFlaggedRevPristine = 4; |
143 | 143 | # Who can set what flags to what level? (use -1 or 0 for not at all) |
| 144 | +# This maps rights to the highest reviewable level for each tag. |
144 | 145 | # Users cannot lower tags from a level they can't set |
145 | 146 | # Users with 'validate' can do anything regardless |
146 | 147 | # This is mainly for custom, less experienced, groups |