MediaWiki
REL1_34
SpamBlacklistLogFormatter.php
Go to the documentation of this file.
1
<?php
2
3
class
SpamBlacklistLogFormatter
extends
LogFormatter
{
8
protected
function
getMessageParameters
() {
9
$params = parent::getMessageParameters();
10
$params[3] =
Message::rawParam
( htmlspecialchars( $params[3] ) );
11
return
$params;
12
}
13
14
}
LogFormatter
Implements the default log formatting.
Definition
LogFormatter.php:38
Message\rawParam
static rawParam( $raw)
Definition
Message.php:1027
SpamBlacklistLogFormatter
Definition
SpamBlacklistLogFormatter.php:3
SpamBlacklistLogFormatter\getMessageParameters
getMessageParameters()
Definition
SpamBlacklistLogFormatter.php:8
extensions
SpamBlacklist
includes
SpamBlacklistLogFormatter.php
Generated on Mon Nov 25 2024 16:04:44 for MediaWiki by
1.10.0