Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -153,7 +153,7 @@ |
154 | 154 | 'email' => true, # user must be emailconfirmed? |
155 | 155 | 'userpage' => true, # user must have a userpage? |
156 | 156 | 'userpageBytes' => 100, # if userpage is needed, what is the min size? |
157 | | - 'recentContent' => 5 # $wgContentNamespaces edits in recent changes |
| 157 | + 'recentContent' => 10 # $wgContentNamespaces edits in recent changes |
158 | 158 | ); |
159 | 159 | |
160 | 160 | # Special:Userrights settings |