r112630 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112629
|
r112630
|
r112631
>
Date:
20:14, 28 February 2012
Author:
robin
Status:
ok
Tags:
Comment:
fix
r112591
: re-add whitespace between message name and (talk)
Modified paths:
/trunk/phase3/includes/specials/SpecialAllmessages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialAllmessages.php
—
—
@@ -370,7 +370,7 @@
371
371
array( 'broken' )
372
372
);
373
373
}
374
- return $title . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
374
+ return $title . ' ' . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
375
375
376
376
case 'am_default' :
377
377
case 'am_actual' :
Sign-offs
User
Flag
Date
Nikerabbit
inspected
07:39, 29 February 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112591
(
bug 34702
) More localised parentheses.
siebrand
12:41, 28 February 2012
Status & tagging log
23:38, 28 February 2012
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r112630
[
removed:
new
added:
ok]