Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/AbuseFilter/includes/Parser/Exception/UserVisibleWarning.php
Ðазад
<?php namespace MediaWiki\Extension\AbuseFilter\Parser\Exception; use MediaWiki\Message\Message; /** * A variant of user-visible exception that is not fatal. */ class UserVisibleWarning extends UserVisibleException { /** * @return Message */ public function getMessageObj(): Message { // Give grep a chance to find the usages: // abusefilter-parser-warning-match-empty-regex return new Message( 'abusefilter-parser-warning-' . $this->mExceptionID, [ $this->mPosition, ...$this->mParams ] ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка