Index: trunk/phase3/includes/SpecialWithoutinterwiki.php |
— | — | @@ -12,9 +12,9 @@ |
13 | 13 | function getName() { |
14 | 14 | return 'Withoutinterwiki'; |
15 | 15 | } |
16 | | - |
| 16 | + |
17 | 17 | function getPageHeader() { |
18 | | - return '<p>' . wfMsgHtml( 'withoutinterwiki-header' ) . '</p>'; |
| 18 | + return '<p>' . wfMsgWithLinks( 'withoutinterwiki-header' ) . '</p>'; |
19 | 19 | } |
20 | 20 | |
21 | 21 | function sortDescending() { |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | function isExpensive() { |
26 | 26 | return true; |
27 | 27 | } |
28 | | - |
| 28 | + |
29 | 29 | function isSyndicated() { |
30 | 30 | return false; |
31 | 31 | } |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | AND page_namespace=" . NS_MAIN . " |
46 | 46 | AND page_is_redirect = 0"; |
47 | 47 | } |
48 | | - |
| 48 | + |
49 | 49 | } |
50 | 50 | |
51 | 51 | function wfSpecialWithoutinterwiki() { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -88,6 +88,7 @@ |
89 | 89 | * Group log output by date |
90 | 90 | * Kurdish interface latin/arabic writing system with transliteration |
91 | 91 | * Add number of links to Special:Whatlinkshere |
| 92 | +* Allow wikilinks in header of Special:Withoutinterwiki |
92 | 93 | |
93 | 94 | == Bugfixes since 1.10 == |
94 | 95 | |