r22856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22855‎ | r22856 | r22857 >
Date:00:41, 9 June 2007
Author:amidaniel
Status:old
Tags:
Comment:
Remove deletion log from below noarticletext. User should only care about this when actually editing the page.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -852,12 +852,6 @@
853853 );
854854 }
855855
856 - /**
857 - * Show the deletion log when viewing a non-existent page
858 - */
859 - if( $this->getId() == 0 )
860 - $this->showLogExtract( $wgOut );
861 -
862856 # Trackbacks
863857 if ($wgUseTrackbacks)
864858 $this->addTrackbacks();

Follow-up revisions

RevisionCommit summaryAuthorDate
r22878Merged revisions 22856-22877 via svnmerge from...david00:10, 10 June 2007

Status & tagging log