r56418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56417‎ | r56418 | r56419 >
Date:16:22, 16 September 2009
Author:aaron
Status:ok
Tags:
Comment:
doc fixes
Modified paths:
  • /trunk/extensions/ReaderFeedback/ReaderFeedback.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/ReaderFeedback.class.php
@@ -34,7 +34,7 @@
3535 }
3636
3737 /**
38 - * Get the the weight of a feedback tag
 38+ * Get the weight of a feedback tag
3939 * @param string $tag
4040 * @returns array
4141 */
@@ -42,7 +42,11 @@
4343 self::load();
4444 return self::$feedbackTagWeight[$tag];
4545 }
46 -
 46+
 47+ /**
 48+ * Get the number of reviews that is considered a good sample
 49+ * @returns int
 50+ */
4751 public static function getFeedbackSize() {
4852 global $wgFeedbackSizeThreshhold;
4953 return (int)$wgFeedbackSizeThreshhold;

Status & tagging log