Merge "(bug 34946) Make afl_user_text availible as $9 for log entries"

This commit is contained in:
Hoo man 2012-12-18 19:24:08 +00:00 committed by Gerrit Code Review
commit 7a3d7a9c69
2 changed files with 4 additions and 3 deletions

View file

@ -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:

View file

@ -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(