From: Aaron Schulz Date: Sun, 16 Mar 2008 21:24:52 +0000 (+0000) Subject: Might as well show username here if allowed X-Git-Tag: 1.31.0-rc.0~49061 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1861581f072a822207d9ba3a726e73a1767874b6;p=lhc%2Fweb%2Fwiklou.git Might as well show username here if allowed --- diff --git a/includes/Article.php b/includes/Article.php index 15d2a3db98..805a5cdaab 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2728,8 +2728,9 @@ class Article { } $cdel = "($cdel) "; } - - $userlinks = $sk->revUserTools( $revision, true ); + # Show user links if allowed to see them. Normally they + # are hidden regardless, but since we can already see the text here... + $userlinks = $sk->revUserTools( $revision, false ); $m = wfMsg( 'revision-info-current' ); $infomsg = $current && !wfEmptyMsg( 'revision-info-current', $m ) && $m != '-'