Index: trunk/phase3/includes/specials/SpecialInterwiki.php |
— | — | @@ -1,16 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * Constructor |
6 | | - */ |
7 | | -function wfSpecialInterwiki( $par ) { |
8 | | - global $wgRequest; |
9 | | - |
10 | | - $form = new SpecialInterwiki( $wgRequest, $par ); |
11 | | - $form->execute(); |
12 | | -} |
13 | | - |
14 | | -/** |
15 | 5 | * implements Special:Interwiki |
16 | 6 | * @ingroup SpecialPage |
17 | 7 | */ |
Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -147,7 +147,7 @@ |
148 | 148 | 'Blockip' => array( 'SpecialPage', 'Blockip', 'block' ), |
149 | 149 | 'Undelete' => array( 'SpecialPage', 'Undelete', 'deletedhistory' ), |
150 | 150 | 'Import' => 'SpecialImport', |
151 | | - 'Interwiki' => array( 'SpecialPage', 'Interwiki' ), |
| 151 | + 'Interwiki' => 'SpecialInterwiki', |
152 | 152 | 'Lockdb' => array( 'SpecialPage', 'Lockdb', 'siteadmin' ), |
153 | 153 | 'Unlockdb' => array( 'SpecialPage', 'Unlockdb', 'siteadmin' ), |
154 | 154 | 'Userrights' => 'UserrightsPage', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2197,8 +2197,8 @@ |
2198 | 2198 | There is a [[Special:Log/interwiki|log of changes]] to the interwiki table.', |
2199 | 2199 | 'interwiki_prefix' => 'Prefix', |
2200 | 2200 | 'interwiki_url' => 'URL', |
2201 | | -'interwiki_local' => 'Local', |
2202 | | -'interwiki_trans' => 'Trans', |
| 2201 | +'interwiki_local' => 'Define this as a local wiki', # needs a better description. Exactly _what_ does iw_local mean? |
| 2202 | +'interwiki_trans' => 'Allow interwiki transclusions', |
2203 | 2203 | 'interwiki_error' => 'Error: The interwiki table is empty, or something else went wrong.', |
2204 | 2204 | 'interwiki_delquestion' => 'Deleting "$1"', |
2205 | 2205 | 'interwiki_deleting' => 'You are deleting prefix "$1".', |