Index: trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | * Gets a list of articles which have recently recieved exceptionally low ratings. |
164 | 164 | * |
165 | 165 | * - Based on any rating category |
166 | | - * - Gets 50 most improved and 50 most worsened |
| 166 | + * - Gets up to 100 most recently poorly rated articles |
167 | 167 | * - Only consider articles which were rated lower than 3 for 7 out of the last 10 ratings |
168 | 168 | * |
169 | 169 | * This data should be updated whenever article ratings are changed, ideally through a hook |