From eedc51dcce1c6a513cb4cd74a3bcbc7791438320 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 18 Sep 2009 14:05:07 +0000 Subject: [PATCH] Remove double catlinks on edit page. Resolves bug 20718. --- includes/EditPage.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 6756222065..5709a9898e 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1595,12 +1595,6 @@ END END ); - if (!$this->preview) { - $wgOut->addHTML( Xml::tags( 'div', - array( 'class' => 'catlinks catlinks-allhidden', - 'id' => 'catlinks' ), ' ' ) ); - } - if ( $this->isConflict && wfRunHooks( 'EditPageBeforeConflictDiff', array( &$this, &$wgOut ) ) ) { $wgOut->wrapWikiMsg( '==$1==', "yourdiff" ); -- 2.20.1