r86260 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86259
|
r86260
|
r86261
>
Date:
14:14, 17 April 2011
Author:
ialex
Status:
ok
Tags:
Comment:
* Display the "blanknamespace" in user's language, as in all other places
* Don't transform it since this will be done by the addWikiMsg() call
Modified paths:
/trunk/phase3/includes/specials/SpecialRandompage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialRandompage.php
—
—
@@ -86,7 +86,7 @@
87
87
$nsNames = array();
88
88
foreach( $this->namespaces as $n ) {
89
89
if( $n === NS_MAIN ) {
90
- $nsNames[] = wfMsgForContent( 'blanknamespace' );
90
+ $nsNames[] = wfMsgNoTrans( 'blanknamespace' );
91
91
} else {
92
92
$nsNames[] = $wgContLang->getNsText( $n );
93
93
}
Sign-offs
User
Flag
Date
Hashar
inspected
23:36, 12 May 2011
Status & tagging log
01:50, 21 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r86260
[
removed:
new
added:
ok]