r36943 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36942‎ | r36943 | r36944 >
Date:19:52, 2 July 2008
Author:ialex
Status:old
Tags:
Comment:
Fix for r36876: use the page name instead of 'recentchanges' to show "Related changes" instead of "Recent changes" in Special:Recentchangeslinked
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -437,7 +437,7 @@
438438 $panelString = implode( "\n", $panel );
439439
440440 $wgOut->addHTML(
441 - Xml::fieldset( wfMsg( 'recentchanges' ), $panelString, array( 'class' => 'rcoptions' ) )
 441+ Xml::fieldset( wfMsg( strtolower( $this->mName ) ), $panelString, array( 'class' => 'rcoptions' ) )
442442 );
443443
444444 $this->setBottomText( $wgOut, $opts );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36876Revert r36523 -- removal of the fieldset made Recentchanges/Recentchangeslink...brion02:31, 2 July 2008

Status & tagging log