Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -35,13 +35,13 @@ |
36 | 36 | // Default to $wgContentNamespaces (defaults to array( NS_MAIN ) ). |
37 | 37 | $wgArticleFeedbackv5Namespaces = $wgContentNamespaces; |
38 | 38 | |
39 | | -// Articles not categorized as on of the values in $wgArticleFeedbackv5Categories can still have the |
40 | | -// tool psudo-randomly activated by applying the following odds to a lottery based on $wgArticleId. |
| 39 | +// Articles not categorized as one of the values in $wgArticleFeedbackv5Categories can still have the |
| 40 | +// tool pseudo-randomly activated by applying the following odds to a lottery based on wgArticleId. |
41 | 41 | // The value can be a floating point number (percentage) in range of 0 - 100. Tenths of a percent |
42 | 42 | // are the smallest increments used. |
43 | 43 | $wgArticleFeedbackv5LotteryOdds = 0; |
44 | 44 | |
45 | | -// This puts the javascript into debug mode. In debug mode, you can set your |
| 45 | +// This puts the JavaScript into debug mode. In debug mode, you can set your |
46 | 46 | // own bucket by passing it in the url (e.g., ?bucket=1), and the showstopper |
47 | 47 | // error mode will have a useful error message, if one exists, rather than the |
48 | 48 | // default message. |
— | — | @@ -86,8 +86,8 @@ |
87 | 87 | $wgArticleFeedbackv5Tracking = array( |
88 | 88 | // Not all users need to be tracked, but we do want to track some users over time - these |
89 | 89 | // buckets are used when deciding to track someone or not, placing them in one of two buckets: |
90 | | - // "ignore" or "track". When $wgArticleFeedbackv5TrackingVersion changes, users will be |
91 | | - // re-bucketed, so you should always increment $wgArticleFeedbackv5TrackingVersion when changing |
| 90 | + // "ignore" or "track". When the 'version' key changes, users will be |
| 91 | + // re-bucketed, so you should always increment the 'version' key when changing |
92 | 92 | // this number to ensure the new odds are applied to everyone, not just people who have yet to |
93 | 93 | // be placed in a bucket. |
94 | 94 | 'buckets' => array( |