Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425685
SpamBlacklistLogFormatter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
SpamBlacklistLogFormatter.php
View Options
<?php
namespace
MediaWiki\Extension\SpamBlacklist
;
use
LogFormatter
;
use
MediaWiki\Message\Message
;
class
SpamBlacklistLogFormatter
extends
LogFormatter
{
/**
* @return array
* @suppress SecurityCheck-DoubleEscaped Known taint-check bug
*/
protected
function
getMessageParameters
()
{
$params
=
parent
::
getMessageParameters
();
$params
[
3
]
=
Message
::
rawParam
(
htmlspecialchars
(
$params
[
3
]
)
);
return
$params
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 11:49 (14 h, 59 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/3f/3d7c15b8522e9926f599c170a047
Default Alt Text
SpamBlacklistLogFormatter.php (431 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment