MediaWiki
1.34.0
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
}
SpamBlacklistLogFormatter\getMessageParameters
getMessageParameters()
Definition:
SpamBlacklistLogFormatter.php:8
LogFormatter
Implements the default log formatting.
Definition:
LogFormatter.php:38
SpamBlacklistLogFormatter
Definition:
SpamBlacklistLogFormatter.php:3
extensions
SpamBlacklist
includes
SpamBlacklistLogFormatter.php
Generated on Thu Dec 19 2019 14:53:59 for MediaWiki by
1.8.16