From: Gabriel Wicke Date: Fri, 21 May 2004 09:27:35 +0000 (+0000) Subject: m moved to start of comment X-Git-Tag: 1.3.0beta1~9 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=7bbd0f1608d305169c7bc0ea2275d39e9c1ef14b;p=lhc%2Fweb%2Fwiklou.git m moved to start of comment --- diff --git a/includes/PageHistory.php b/includes/PageHistory.php index f3b24cd1d7..ea7a74f4a9 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -182,11 +182,9 @@ class PageHistory { } $arbitrary .= ''; } - $M = wfMsg( "minoreditletter" ); - if ( $isminor ) { - $s .= "{$M}"; - } - $s .= "({$curlink}) (!OLDID!{$oid}!) $arbitrary {$link} {$ul}"; + $s .= "({$curlink}) (!OLDID!{$oid}!) $arbitrary {$link} {$ul}"; + $s .= $isminor ? ' '.wfMsg( "minoreditletter" ).'': '' ; + if ( "" != $c && "*" != $c ) {