r78785 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78784‎ | r78785 | r78786 >
Date:12:58, 22 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Remove stray doc comment and a FIXME I wrote when I was young and naive
Modified paths:
  • /branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php (modified) (history)
  • /branches/querypage-work2/phase3/includes/specials/SpecialFewestrevisions.php (modified) (history)

Diff [purge]

Index: branches/querypage-work2/phase3/includes/specials/SpecialFewestrevisions.php
@@ -66,10 +66,6 @@
6767 return false;
6868 }
6969
70 - /**
71 - * @param $skin Skin object
72 - * @param $result Object: database row
73 - */
7470 function formatResult( $skin, $result ) {
7571 global $wgLang, $wgContLang;
7672
Index: branches/querypage-work2/phase3/includes/specials/SpecialDisambiguations.php
@@ -78,7 +78,6 @@
7979 wfDebug("Mediawiki:disambiguationspage message does not link to any templates!\n");
8080 }
8181
82 - // FIXME: What are pagelinks and p2 doing here?
8382 return array (
8483 'tables' => array( 'templatelinks', 'p1' => 'page', 'pagelinks', 'p2' => 'page' ),
8584 'fields' => array( 'p1.page_namespace AS namespace',

Status & tagging log