MediaWiki REL1_34
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}
Implements the default log formatting.
static rawParam( $raw)
Definition Message.php:1027