r53585 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53584
|
r53585
|
r53586
>
Date:
12:02, 21 July 2009
Author:
raymond
Status:
ok
Tags:
Comment:
* (
bug 19097
) Small changes to Special:DoubleRedirects
** Use 'editlink' message instead of 'qbedit'
** Use parentheses message instead of hardcoded parentheses
Based on a patch by Ahmad Sherif
Modified paths:
/trunk/phase3/includes/specials/SpecialDoubleRedirects.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php
—
—
@@ -86,9 +86,9 @@
87
87
array(),
88
88
array( 'redirect' => 'no' )
89
89
);
90
- $edit = $skin->link(
90
+ $edit = $skin->linkKnown(
91
91
$titleA,
92
- "(" . wfMsgHtml( 'qbedit' ) . ")",
92
+ wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ),
93
93
array(),
94
94
array(
95
95
'redirect' => 'no',
Status & tagging log
23:47, 21 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r53585
[
removed:
new
added:
ok]