http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56418

Revision: 56418
Author:   aaron
Date:     2009-09-16 16:22:42 +0000 (Wed, 16 Sep 2009)

Log Message:
-----------
doc fixes

Modified Paths:
--------------
    trunk/extensions/ReaderFeedback/ReaderFeedback.class.php

Modified: trunk/extensions/ReaderFeedback/ReaderFeedback.class.php
===================================================================
--- trunk/extensions/ReaderFeedback/ReaderFeedback.class.php    2009-09-16 
15:33:38 UTC (rev 56417)
+++ trunk/extensions/ReaderFeedback/ReaderFeedback.class.php    2009-09-16 
16:22:42 UTC (rev 56418)
@@ -34,7 +34,7 @@
        }
        
        /**
-        * Get the the weight of a feedback tag
+        * Get the weight of a feedback tag
         * @param string $tag
         * @returns array
         */
@@ -42,7 +42,11 @@
                self::load();
                return self::$feedbackTagWeight[$tag];
        }
-       
+
+       /**
+        * Get the number of reviews that is considered a good sample
+        * @returns int
+        */     
        public static function getFeedbackSize() {
                global $wgFeedbackSizeThreshhold;
                return (int)$wgFeedbackSizeThreshhold;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to