Index: trunk/phase3/HISTORY |
— | — | @@ -10,6 +10,8 @@ |
11 | 11 | * UserMailer could potentially throw a fatal error when a MailAddress object had |
12 | 12 | an empty email address. |
13 | 13 | * (bug 34528) Edit section tooltips show correction section name again |
| 14 | +* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in |
| 15 | + Special:Whatlinkshere |
14 | 16 | |
15 | 17 | === MediaWiki 1.18.1 === |
16 | 18 | 2012-01-11 |
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -18,6 +18,8 @@ |
19 | 19 | an empty email address. |
20 | 20 | * (Bug 33087) Exchange server rejected mail sent by MediaWiki |
21 | 21 | * (bug 34528) Edit section tooltips show correction section name again |
| 22 | +* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in |
| 23 | + Special:Whatlinkshere |
22 | 24 | |
23 | 25 | == MediaWiki 1.18.1 == |
24 | 26 | 2012-01-11 |
Index: branches/REL1_18/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -50,6 +50,7 @@ |
51 | 51 | $out = $this->getOutput(); |
52 | 52 | |
53 | 53 | $this->setHeaders(); |
| 54 | + $this->outputHeader(); |
54 | 55 | |
55 | 56 | $opts = new FormOptions(); |
56 | 57 | |
Index: branches/REL1_19/phase3/HISTORY |
— | — | @@ -10,6 +10,8 @@ |
11 | 11 | * UserMailer could potentially throw a fatal error when a MailAddress object had |
12 | 12 | an empty email address. |
13 | 13 | * (bug 34528) Edit section tooltips show correction section name again |
| 14 | +* (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in |
| 15 | + Special:Whatlinkshere |
14 | 16 | |
15 | 17 | === MediaWiki 1.18.1 === |
16 | 18 | 2012-01-11 |
Index: branches/REL1_19/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -51,6 +51,7 @@ |
52 | 52 | $out = $this->getOutput(); |
53 | 53 | |
54 | 54 | $this->setHeaders(); |
| 55 | + $this->outputHeader(); |
55 | 56 | |
56 | 57 | $opts = new FormOptions(); |
57 | 58 | |