Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -671,7 +671,7 @@ |
672 | 672 | $options = $nondefaults + $defaults; |
673 | 673 | |
674 | 674 | $note = ''; |
675 | | - if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) { |
| 675 | + if( !wfEmptyMsg( 'rclegend' ) ) { |
676 | 676 | $note .= '<div class="mw-rclegend">' . wfMsgExt( 'rclegend', array('parseinline') ) . "</div>\n"; |
677 | 677 | } |
678 | 678 | if( $options['from'] ) { |