MediaWiki REL1_32
InterwikiLogFormatter.php
Go to the documentation of this file.
1<?php
2
10 protected function getMessageParameters() {
11 $params = parent::getMessageParameters();
12 if ( isset( $params[4] ) ) {
13 $params[4] = Message::rawParam( htmlspecialchars( $params[4] ) );
14 }
15 return $params;
16 }
17}
Needed to pass the URL as a raw parameter, because it contains $1.
Implements the default log formatting.
$params