From 881a22132660054fb01c8e83826341f28b5456d9 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Mon, 9 Aug 2004 06:20:49 +0000 Subject: [PATCH] I probably shouldn't copy & paste comments. This comment makes more sense and is less misleading. --- includes/SpecialNewpages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 6f5fedb34f..d9f85fe145 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -56,8 +56,8 @@ class NewPagesPage extends QueryPage { $d = $wgLang->timeanddate( $result->timestamp, true ); - # If it's a new article, there is no diff link, but if it hasn't been - # patrolled yet, we need to give users a way to do so + # Since there is no diff link, we need to give users a way to + # mark the article as patrolled if it isn't already if ( $result->usepatrol && $result->patrolled == 0 && $wgUser->getID() != 0 && ( $wgUser->isSysop() || !$wgOnlySysopsCanPatrol ) ) $link = $skin->makeKnownLink( $result->title, '', "rcid={$result->rcid}" ); -- 2.20.1