r22643 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22642‎ | r22643 | r22644 >
Date:00:45, 2 June 2007
Author:amidaniel
Status:old
Tags:
Comment:
Minor doc goof -- displays *after* not before.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -853,7 +853,7 @@
854854 }
855855
856856 /**
857 - * If it's a non-existant page, stick the deletion log before the "noarticle" message.
 857+ * If it's a non-existant page, stick the deletion log after the "noarticle" message.
858858 * This won't appear when editing a new page, but will when viewing a nonexistant one.
859859 */
860860 if ( 0 == $this->getID() ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r22652Merged revisions 22619-22651 via svnmerge from...david06:10, 2 June 2007