Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Echo/includes/Formatters/EchoEditThresholdPresentationModel.php
Ðазад
<?php namespace MediaWiki\Extension\Notifications\Formatters; class EchoEditThresholdPresentationModel extends EchoEventPresentationModel { public function getIconType() { return 'edit'; } public function getHeaderMessageKey() { // The following messages are used here: // * notification-header-thank-you-1-edit // * notification-header-thank-you-10-edit // * notification-header-thank-you-100-edit // * notification-header-thank-you-1000-edit // * notification-header-thank-you-10000-edit // * notification-header-thank-you-100000-edit // * notification-header-thank-you-1000000-edit // * notification-header-thank-you-10000000-edit return 'notification-header-thank-you-' . $this->event->getExtraParam( 'editCount' ) . '-edit'; } public function getPrimaryLink() { if ( !$this->event->getTitle() ) { return false; } if ( $this->event->getExtraParam( 'revid' ) ) { $params = [ 'oldid' => 'prev', 'diff' => $this->event->getExtraParam( 'revid' ) ]; } else { $params = []; } $url = $this->event->getTitle()->getLocalURL( $params ); return [ 'url' => $url, 'label' => $this->msg( 'notification-link-thank-you-edit', $this->getViewingUserForGender() )->text() ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка