Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Echo/includes/Formatters/EchoWelcomePresentationModel.php
Ðазад
<?php namespace MediaWiki\Extension\Notifications\Formatters; use MediaWiki\Title\Title; class EchoWelcomePresentationModel extends EchoEventPresentationModel { public function getIconType() { return 'site'; } public function getPrimaryLink() { $msg = $this->msg( 'notification-welcome-link' ); if ( $msg->isDisabled() ) { return false; } $title = Title::newFromText( $msg->plain() ); if ( !$title ) { return false; } return [ 'url' => $title->getFullURL(), 'label' => $this->msg( 'notification-welcome-linktext' )->text(), ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка