Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -456,8 +456,8 @@ |
457 | 457 | * Get the paging links for a section (subcats/pages/files), to go at the top and bottom |
458 | 458 | * of the output. |
459 | 459 | * |
460 | | - * @param string $type 'page', 'subcat', or 'file' |
461 | | - * @return string HTML output, possibly empty if there are no other pages |
| 460 | + * @param $type String: 'page', 'subcat', or 'file' |
| 461 | + * @return String: HTML output, possibly empty if there are no other pages |
462 | 462 | */ |
463 | 463 | private function getSectionPagingLinks( $type ) { |
464 | 464 | global $wgExperimentalCategorySort; |
— | — | @@ -594,8 +594,8 @@ |
595 | 595 | /** |
596 | 596 | * Create paging links, as a helper method to getSectionPagingLinks(). |
597 | 597 | * |
598 | | - * @param $until String The 'until' parameter for the generated URL |
599 | | - * @param $from String The 'from' parameter for the genererated URL |
| 598 | + * @param $first String The 'until' parameter for the generated URL |
| 599 | + * @param $last String The 'from' parameter for the genererated URL |
600 | 600 | * @param $type String A prefix for parameters, 'page' or 'subcat' or |
601 | 601 | * 'file' |
602 | 602 | * @return String HTML |