mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Merge "(bug 34946) Make afl_user_text availible as $9 for log entries"
This commit is contained in:
commit
7a3d7a9c69
|
@ -582,8 +582,8 @@ $messages['qqq'] = array(
|
|||
* $5 link to page the action that triggered the filter was made on
|
||||
* $6 actions taken by the filter
|
||||
* $7 comments in filter description
|
||||
* $8 action details link
|
||||
* $9 link to examine the action (optional).',
|
||||
* $8 link to action details, examine, and optional diff
|
||||
* $9 raw username',
|
||||
'abusefilter-log-detailedentry-global' => 'Addition in the abuse filter log detail when a filter rule is a global rule. Parameters:
|
||||
* $1 is a global filter ID.',
|
||||
'abusefilter-log-detailedentry-local' => 'Addition in the abuse filter log detail when a filter rule is a local rule. Parameters:
|
||||
|
|
|
@ -528,7 +528,8 @@ class SpecialAbuseLog extends SpecialPage {
|
|||
$pageLink,
|
||||
$actions_taken,
|
||||
$parsed_comments,
|
||||
$lang->pipeList( $actionLinks )
|
||||
$lang->pipeList( $actionLinks ),
|
||||
$row->afl_user_text
|
||||
)->parse();
|
||||
} else {
|
||||
$description = $this->msg( 'abusefilter-log-entry' )->rawParams(
|
||||
|
|
Loading…
Reference in a new issue