Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php |
— | — | @@ -551,10 +551,10 @@ |
552 | 552 | |
553 | 553 | /** |
554 | 554 | * @param Article $article |
555 | | - * @param int $revId |
| 555 | + * @param int $revId, the *stable* rev ID |
556 | 556 | * @param bool $forUpdate, use master? |
557 | 557 | * @return int |
558 | | - * Get number of revs since a certain revision |
| 558 | + * Get number of revs since the stable revision |
559 | 559 | */ |
560 | 560 | public static function getRevCountSince( $article, $revId, $forUpdate=false ) { |
561 | 561 | global $wgMemc, $wgParserCacheExpireTime; |