Index: trunk/phase3/skins/Nostalgia.php |
— | — | @@ -67,7 +67,8 @@ |
68 | 68 | . $this->getSkin()->specialLink( 'Recentchanges' ); |
69 | 69 | |
70 | 70 | if ( $wgOut->isArticle() ) { |
71 | | - $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->historyLink(); |
| 71 | + $s .= $sep . '<strong>' . $this->editThisPage() . '</strong>' . $sep . $this->talkLink() . |
| 72 | + $sep . $this->historyLink(); |
72 | 73 | } |
73 | 74 | |
74 | 75 | /* show links to different language variants */ |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -133,6 +133,8 @@ |
134 | 134 | * Files with a mime type that does not match the extension are now properly |
135 | 135 | thumbnailed |
136 | 136 | * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs |
| 137 | +* (bug 15905) Nostalgia skin could become more usable by including a Talk: |
| 138 | + link at the top of the page |
137 | 139 | |
138 | 140 | === API changes in 1.18 === |
139 | 141 | * (bug 26339) Throw warning when truncating an overlarge API result |