Index: branches/querypage-work2/phase3/includes/specials/SpecialFewestrevisions.php |
— | — | @@ -66,10 +66,6 @@ |
67 | 67 | return false; |
68 | 68 | } |
69 | 69 | |
70 | | - /** |
71 | | - * @param $skin Skin object |
72 | | - * @param $result Object: database row |
73 | | - */ |
74 | 70 | function formatResult( $skin, $result ) { |
75 | 71 | global $wgLang, $wgContLang; |
76 | 72 | |
Index: branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php |
— | — | @@ -78,7 +78,6 @@ |
79 | 79 | wfDebug("Mediawiki:disambiguationspage message does not link to any templates!\n"); |
80 | 80 | } |
81 | 81 | |
82 | | - // FIXME: What are pagelinks and p2 doing here? |
83 | 82 | return array ( |
84 | 83 | 'tables' => array( 'templatelinks', 'p1' => 'page', 'pagelinks', 'p2' => 'page' ), |
85 | 84 | 'fields' => array( 'p1.page_namespace AS namespace', |