Index: trunk/extensions/MetricsReporting/ApiAnalyticsBase.php |
— | — | @@ -348,8 +348,8 @@ |
349 | 349 | 'data' => array( |
350 | 350 | ' timeseries - returns ordered list of value pairs, one for each month within range', |
351 | 351 | ' timeseriesindexed - like timeseries, but each month\'s value will be relative to oldest month\'s value which is always 100', |
352 | | - ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod', |
353 | | - ' - growth percentages are relative to oldest value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation', |
| 352 | + ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod - growth percentages are relative to oldest' . |
| 353 | + ' value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation', |
354 | 354 | ), |
355 | 355 | 'reportlanguage' => 'Language code, used to expand region and country codes into region and country name', |
356 | 356 | 'selectregions' => array( |
Index: trunk/extensions/MetricsReporting/metrics/EditorsByGeographyMetric.php |
— | — | @@ -12,6 +12,6 @@ |
13 | 13 | } |
14 | 14 | |
15 | 15 | protected function getExamples() { |
16 | | - return ""; |
| 16 | + return false; |
17 | 17 | } |
18 | | -} |
\ No newline at end of file |
| 18 | +} |