From: Arne Heizmann Date: Mon, 9 Aug 2004 06:20:49 +0000 (+0000) Subject: I probably shouldn't copy & paste comments. This comment makes more sense and is X-Git-Tag: 1.5.0alpha1~2452 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=881a22132660054fb01c8e83826341f28b5456d9;p=lhc%2Fweb%2Fwiklou.git I probably shouldn't copy & paste comments. This comment makes more sense and is less misleading. --- 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}" );