From e4bb18434e04c5027043178117587eb58d5b5690 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Mon, 10 Oct 2011 14:56:09 +0000 Subject: [PATCH] Include a talk link in the default user signature. This seams to be what most people expect, it's the most user friendly, and it's strange we don't include it by default. --- RELEASE-NOTES-1.19 | 1 + languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index bcd37c7139..a7244714ae 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -70,6 +70,7 @@ production. * (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific mw.config map extendable. * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter syntax. +* The default user signature now contains a talk link in addition to the user link. === Bug fixes in 1.19 === * $wgUploadNavigationUrl should be used for file redlinks if diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3d00273d87..891906de7d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4464,7 +4464,7 @@ You can also [[Special:EditWatchlist|use the standard editor]].', 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it # Signatures -'signature' => '[[{{ns:user}}:$1|$2]]', # do not translate or duplicate this message to other languages +'signature' => '[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])', 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # do not translate or duplicate this message to other languages 'timezone-utc' => 'UTC', # only translate this message to other languages if you have to change it -- 2.20.1