MediaWiki  1.34.0
SpamBlacklistLogFormatter.php
Go to the documentation of this file.
1 <?php
2 
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