r16877 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16876‎ | r16877 | r16878 >
Date:00:22, 9 October 2006
Author:brion
Status:old
Tags:
Comment:
Revert r16863: broke section arrow link at least for he:
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -911,7 +911,7 @@
912912 $section = str_replace( ']]', '', $section );
913913 $sectionTitle = wfClone( $title );
914914 $sectionTitle->mFragment = $section;
915 - $link = $this->makeKnownLinkObj( $sectionTitle, wfMsgHtml( 'sectionlink' ) );
 915+ $link = $this->makeKnownLinkObj( $sectionTitle, wfMsg( 'sectionlink' ) );
916916 }
917917 $sep='-';
918918 $auto=$link.$auto;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r16863* Escapingnikerabbit14:00, 8 October 2006