Index: trunk/extensions/GeoLite/GeoLite.php |
— | — | @@ -12,14 +12,7 @@ |
13 | 13 | $wgLandingPageBase = 'http://wikimediafoundation.org/wiki/Support_Wikipedia'; |
14 | 14 | $wgChaptersPageBase = 'http://wikimediafoundation.org/wiki/Global_Support'; |
15 | 15 | |
16 | | -# Which Chapters actually have landing pages |
17 | | -$wgChapterLandingPages = array( |
18 | | - 'HK' => 'hk', |
19 | | - 'DE' => 'de', |
20 | | - 'UK' => 'uk', |
21 | | - 'FR' => 'fr', |
22 | | - 'CH' => 'ch', |
23 | | -); |
| 16 | +//wgChapterLandingPages set which landing pages we know about |
24 | 17 | |
25 | 18 | // Extension credits that will show up on Special:Version |
26 | 19 | $wgExtensionCredits['specialpage'][] = array( |
— | — | @@ -36,4 +29,4 @@ |
37 | 30 | $wgAutoloadClasses['SpecialGeoLite'] = $dir . 'GeoLite_body.php'; |
38 | 31 | $wgExtensionMessagesFiles['GeoLite'] = $dir . 'GeoLite.i18n.php'; |
39 | 32 | $wgSpecialPages['GeoLite'] = 'SpecialGeoLite'; |
40 | | -$wgSpecialPageGroups['GeoLite'] = 'contribution'; |
\ No newline at end of file |
| 33 | +$wgSpecialPageGroups['GeoLite'] = 'contribution'; |