From 6cb029c915ff6538daf24b50ac68353cb3981513 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Sat, 2 Jun 2007 00:45:26 +0000 Subject: [PATCH] Minor doc goof -- displays *after* not before. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 1621a9c401..5efa2e5350 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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() ) { -- 2.20.1