r47907 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r47906
|
r47907
|
r47908
>
Date:
12:56, 1 March 2009
Author:
werdna
Status:
ok
Tags:
Comment:
Change some uses of makeKnownLinkObj to link
Modified paths:
/trunk/extensions/AbuseFilter/SpecialAbuseLog.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/SpecialAbuseLog.php
—
—
@@ -232,7 +232,7 @@
233
233
$user,
234
234
$row->afl_filter,
235
235
$row->afl_action,
236
- $sk->makeKnownLinkObj( $title ),
236
+ $sk->link( $title ),
237
237
$actions_taken,
238
238
$parsed_comments,
239
239
$detailsLink,
—
—
@@ -247,7 +247,7 @@
248
248
$timestamp,
249
249
$user,
250
250
$row->afl_action,
251
- $sk->makeKnownLinkObj( $title ),
251
+ $sk->link( $title ),
252
252
$actions_taken,
253
253
$parsed_comments
254
254
)
Status & tagging log
07:04, 25 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r47907
[
removed:
new
added:
ok]