r95504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95503‎ | r95504 | r95505 >
Date:19:25, 25 August 2011
Author:ashley
Status:deferred
Tags:
Comment:
SocialProfile: in UserBoard's Special:UserBoard, remove a stray closing span that has been around for who knows how long and move a period from the PHP file into the appropriate i18n message
Modified paths:
  • /trunk/extensions/SocialProfile/UserBoard/SpecialUserBoard.php (modified) (history)
  • /trunk/extensions/SocialProfile/UserBoard/UserBoard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserBoard/UserBoard.i18n.php
@@ -53,7 +53,7 @@
5454 'userboard_nomessages' => 'No messages.',
5555 'userboard_sendbutton' => 'send',
5656 'userboard_loggedout' => 'You must be <a href="$1">logged in</a> to post messages to other users.',
57 - 'userboard_showingmessages' => 'Showing {{PLURAL:$4|message $3|messages $2-$3}} of {{PLURAL:$1|$1 message|$1 messages}}',
 57+ 'userboard_showingmessages' => 'Showing {{PLURAL:$4|message $3|messages $2-$3}} of {{PLURAL:$1|$1 message|$1 messages}}.',
5858 'right-userboard-delete' => "Delete others' board messages",
5959 'userboard-time-days' => '{{PLURAL:$1|one day|$1 days}}',
6060 'userboard-time-hours' => '{{PLURAL:$1|one hour|$1 hours}}',
Index: trunk/extensions/SocialProfile/UserBoard/SpecialUserBoard.php
@@ -146,7 +146,7 @@
147147 $output .= '<div class="user-page-message-top">
148148 <span class="user-page-message-count" style="font-size:11px;color:#666666;">'
149149 . wfMsg( 'userboard_showingmessages', $total, $start, $end, $end - $start + 1 ) .
150 - ".</span> {$board_to_board}</span>
 150+ "</span> {$board_to_board}
151151 </div>";
152152 }
153153

Status & tagging log