Index: trunk/extensions/ReaderFeedback/ReaderFeedback.class.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
38 | | - * Get the the weight of a feedback tag |
| 38 | + * Get the weight of a feedback tag |
39 | 39 | * @param string $tag |
40 | 40 | * @returns array |
41 | 41 | */ |
— | — | @@ -42,7 +42,11 @@ |
43 | 43 | self::load(); |
44 | 44 | return self::$feedbackTagWeight[$tag]; |
45 | 45 | } |
46 | | - |
| 46 | + |
| 47 | + /** |
| 48 | + * Get the number of reviews that is considered a good sample |
| 49 | + * @returns int |
| 50 | + */ |
47 | 51 | public static function getFeedbackSize() { |
48 | 52 | global $wgFeedbackSizeThreshhold; |
49 | 53 | return (int)$wgFeedbackSizeThreshhold; |