I probably shouldn't copy & paste comments. This comment makes more sense and is
authorArne Heizmann <timwi@users.mediawiki.org>
Mon, 9 Aug 2004 06:20:49 +0000 (06:20 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Mon, 9 Aug 2004 06:20:49 +0000 (06:20 +0000)
less misleading.

includes/SpecialNewpages.php

index 6f5fedb..d9f85fe 100644 (file)
@@ -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}" );