Minor doc goof -- displays *after* not before.
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 2 Jun 2007 00:45:26 +0000 (00:45 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 2 Jun 2007 00:45:26 +0000 (00:45 +0000)
includes/Article.php

index 1621a9c..5efa2e5 100644 (file)
@@ -853,7 +853,7 @@ class Article {
                }
 
                /** 
-                * If it's a non-existant page, stick the deletion log before the "noarticle" message.
+                * If it's a non-existant page, stick the deletion log after the "noarticle" message.
                 * This won't appear when editing a new page, but will when viewing a nonexistant one.
                 */
                if ( 0 == $this->getID() ) {