Add difflink to mention email notification

Change-Id: I521ff0387dc7079ebf0c7f58a34d799673833b7c
This commit is contained in:
bsitu 2013-07-01 14:42:19 -07:00
parent 343d0d9f15
commit f9a5cc717f
2 changed files with 6 additions and 2 deletions

View file

@ -129,10 +129,13 @@ $6',
$3
View more:
View mention:
<$4>
View changes:
<$6>
$5',
'notification-mention-email-batch-body' => '$1 {{GENDER:$1|mentioned}} you on $2',
'notification-user-rights-email-subject' => 'Your user rights have changed on {{SITENAME}}',
@ -463,6 +466,7 @@ See also:
* $3 is the edit summary
* <$4> is the link to the talk page section title
* $5 is the email footer
* <$6> is a link to the diff view of the changes that were made
See also:
* {{msg-mw|Notification-mention}}

View file

@ -495,7 +495,7 @@ $wgEchoNotifications = array(
'email-subject-message' => 'notification-mention-email-subject',
'email-subject-params' => array( 'agent' ),
'email-body-message' => 'notification-mention-email-body',
'email-body-params' => array( 'agent', 'title', 'summary', 'subject-link', 'email-footer' ),
'email-body-params' => array( 'agent', 'title', 'summary', 'subject-link', 'email-footer', 'difflink' ),
'email-body-batch-message' => 'notification-mention-email-batch-body',
'email-body-batch-params' => array( 'agent', 'title' ),
'icon' => 'chat',