* (bug 15905) Nostalgia skin could become more usable by including a Talk:link at...
authorSam Reed <reedy@users.mediawiki.org>
Thu, 10 Feb 2011 14:00:51 +0000 (14:00 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 10 Feb 2011 14:00:51 +0000 (14:00 +0000)
Shows next to Edit this page "Discuss this page"

RELEASE-NOTES
skins/Nostalgia.php

index b3c16b7..689ceec 100644 (file)
@@ -133,6 +133,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Files with a mime type that does not match the extension are now properly
   thumbnailed 
 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs
+* (bug 15905) Nostalgia skin could become more usable by including a Talk:
+  link at the top of the page
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result
index 6bb2aed..2df7ddf 100644 (file)
@@ -67,7 +67,8 @@ class NostalgiaTemplate extends LegacyTemplate {
                  . $this->getSkin()->specialLink( 'Recentchanges' );
 
                if ( $wgOut->isArticle() ) {
-                       $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink();
+                       $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->talkLink() .
+                                       $sep . $this->historyLink();
                }
 
                /* show links to different language variants */