r53445 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53444
|
r53445
|
r53446
>
Date:
14:59, 18 July 2009
Author:
raymond
Status:
ok
Tags:
Comment:
Follow-up
r53286
: No need to create a label without following input element.
Modified paths:
/trunk/phase3/includes/specials/SpecialAllmessages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialAllmessages.php
—
—
@@ -66,7 +66,7 @@
67
67
</tr>
68
68
<tr>\n
69
69
<td class='mw-label'>" .
70
- Xml::label( wfMsg( 'allmessages-filter' ), 'filter' ) .
70
+ wfMsg( 'allmessages-filter' ) .
71
71
"</td>\n
72
72
<td class='mw-input'>" .
73
73
Xml::radioLabel( wfMsg( 'allmessages-filter-unmodified' ),
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r53286
(
bug 16497
) Paginate Special:AllMessages
demon
02:03, 15 July 2009
Status & tagging log
00:28, 22 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r53445
[
removed:
new
added:
ok]