From ec94ef32813a392e4523c62a16e8f61a8679008b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 23 Oct 2011 10:15:51 +0000 Subject: [PATCH] Removed wrong comment in doBatchLookups() --- includes/actions/HistoryAction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 07072fc504..23e922edc5 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -388,7 +388,6 @@ class HistoryPager extends ReverseChronologicalPager { # Do a link batch query $this->mResult->seek( 0 ); $batch = new LinkBatch(); - # Give some pointers to make (last) links foreach ( $this->mResult as $row ) { $batch->addObj( Title::makeTitleSafe( NS_USER, $row->user_name ) ); $batch->addObj( Title::makeTitleSafe( NS_USER_TALK, $row->user_name ) ); -- 2.20.1