MediaWiki REL1_32
SpamBlacklistLogFormatter.php
Go to the documentation of this file.
1<?php
2
4
5 protected function getMessageParameters() {
6 $params = parent::getMessageParameters();
7 $params[3] = Message::rawParam( htmlspecialchars( $params[3] ) );
8 return $params;
9 }
10
11}
Implements the default log formatting.
getMessageParameters()
Formats parameters intented for action message from array of all parameters.
$params