From 7bbd0f1608d305169c7bc0ea2275d39e9c1ef14b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 21 May 2004 09:27:35 +0000 Subject: [PATCH] m moved to start of comment --- includes/PageHistory.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 ) { -- 2.20.1