From: Aryeh Gregor Date: Sun, 3 Aug 2008 15:37:35 +0000 (+0000) Subject: (bug 15023) Another cosmetic regression from Linker changes: section link arrow in... X-Git-Tag: 1.31.0-rc.0~46171 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=8e725555ed2558bb81ad31a44a0c1090a8d5cb82;p=lhc%2Fweb%2Fwiklou.git (bug 15023) Another cosmetic regression from Linker changes: section link arrow in history comments should not be formatted as a stub (or redirect, or nonexistent page). --- diff --git a/includes/Linker.php b/includes/Linker.php index f9eb94b533..6761231187 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1238,7 +1238,9 @@ class Linker { $sectionTitle = wfClone( $title ); $sectionTitle->mFragment = $section; } - $link = $this->link( $sectionTitle, wfMsgForContent( 'sectionlink' ) ); + $link = $this->link( $sectionTitle, + wfMsgForContent( 'sectionlink' ), array(), array(), + 'noclasses' ); } $auto = $link . $auto; if( $pre ) {