mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Native digits on 'notification-page-linked-bundle'"
This commit is contained in:
commit
0d003391dc
|
@ -146,11 +146,11 @@ class EchoPageLinkFormatter extends EchoBasicFormatter {
|
|||
if ( $this->bundleData['link-from-page-other-count'] > $wgEchoMaxNotificationCount ) {
|
||||
$message->params(
|
||||
$this->getMessage( 'echo-notification-count' )
|
||||
->params( $wgEchoMaxNotificationCount )
|
||||
->numParams( $wgEchoMaxNotificationCount )
|
||||
->text()
|
||||
);
|
||||
} else {
|
||||
$message->params( $this->bundleData['link-from-page-other-count'] );
|
||||
$message->numParams( $this->bundleData['link-from-page-other-count'] );
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue