r46240 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46239‎ | r46240 | r46241 >
Date:23:41, 25 January 2009
Author:danny_b
Status:ok
Tags:
Comment:
* improvement of r46173 via Aaron Shulz's idea
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -589,7 +589,7 @@
590590
591591 $note = '';
592592 if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) {
593 - $note .= wfMsgExt( 'rclegend', array('parseinline') );
 593+ $note .= '<div class="mw-rclegend">' . wfMsgExt( 'rclegend', array('parseinline') ) . "</div>\n";
594594 }
595595 if( $options['from'] ) {
596596 $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46173* fixing regression from r42769 (component ordering & empty line)danny_b00:19, 25 January 2009

Status & tagging log