Revision: 46173
Author:   danny_b
Date:     2009-01-25 00:19:01 +0000 (Sun, 25 Jan 2009)

Log Message:
-----------
* fixing regression from r42769 (component ordering & empty line)

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialRecentchanges.php

Modified: trunk/phase3/includes/specials/SpecialRecentchanges.php
===================================================================
--- trunk/phase3/includes/specials/SpecialRecentchanges.php     2009-01-25 
00:18:15 UTC (rev 46172)
+++ trunk/phase3/includes/specials/SpecialRecentchanges.php     2009-01-25 
00:19:01 UTC (rev 46173)
@@ -588,14 +588,14 @@
                $options = $nondefaults + $defaults;
 
                $note = '';
+               if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) {
+                       $note .= wfMsgExt( 'rclegend', array('parseinline') );
+               }
                if( $options['from'] ) {
                        $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ),
                                $wgLang->formatNum( $options['limit'] ),
                                $wgLang->timeanddate( $options['from'], true ) 
) . '<br />';
                }
-               if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) {
-                       $note .= wfMsgExt( 'rclegend', array('parseinline') ) . 
'<br />';
-               }
 
                # Sort data for display and make sure it's unique after we've 
added user data.
                $wgRCLinkLimits[] = $options['limit'];



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to