Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -472,6 +472,7 @@ |
473 | 473 | |
474 | 474 | $keys['$PAGEMINOREDIT'] = $medit; |
475 | 475 | $keys['$PAGESUMMARY'] = $summary; |
| 476 | + $keys['$UNWATCHURL'] = $this->title->getFullUrl( 'action=unwatch' ); |
476 | 477 | |
477 | 478 | $subject = strtr( $subject, $keys ); |
478 | 479 | |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2653,7 +2653,7 @@ |
2654 | 2654 | {{fullurl:{{#special:Watchlist}}/edit}} |
2655 | 2655 | |
2656 | 2656 | To delete the page from your watchlist, visit |
2657 | | -{{fullurl:{{FULLPAGENAMEE}}|action=unwatch}} |
| 2657 | +$UNWATCHURL |
2658 | 2658 | |
2659 | 2659 | Feedback and further assistance: |
2660 | 2660 | {{fullurl:{{MediaWiki:Helppage}}}}', |