From 2c0eea64e4d0f6d5aeeca14070bfe64ff39d1773 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Sat, 9 Jun 2007 00:41:27 +0000 Subject: [PATCH] Remove deletion log from below noarticletext. User should only care about this when actually editing the page. --- includes/Article.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 0c92a3af65..ebf3c64036 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -852,12 +852,6 @@ class Article { ); } - /** - * Show the deletion log when viewing a non-existent page - */ - if( $this->getId() == 0 ) - $this->showLogExtract( $wgOut ); - # Trackbacks if ($wgUseTrackbacks) $this->addTrackbacks(); -- 2.20.1