From: Andrew Garrett Date: Fri, 18 Sep 2009 14:05:07 +0000 (+0000) Subject: Remove double catlinks on edit page. X-Git-Tag: 1.31.0-rc.0~39647 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=eedc51dcce1c6a513cb4cd74a3bcbc7791438320;p=lhc%2Fweb%2Fwiklou.git Remove double catlinks on edit page. Resolves bug 20718. --- 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" );