Index: trunk/extensions/MultiUpload/SpecialMultipleUpload.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | |
25 | 25 | $wgExtensionFunctions[] = 'wfMultipleUpload'; |
26 | 26 | |
27 | | -$wgExtensionCredits['parserhook'][] = array( |
| 27 | +$wgExtensionCredits['specialpage'][] = array( |
28 | 28 | 'name' => 'MultipleUpload', |
29 | 29 | 'author' => 'Travis Derouin', |
30 | 30 | 'description' => 'Allows users to upload several files at once.', |
Index: trunk/extensions/Imagetabs/imagetabs.php |
— | — | @@ -52,5 +52,3 @@ |
53 | 53 | } |
54 | 54 | return true; |
55 | 55 | } |
56 | | - |
57 | | -?> |
Index: trunk/extensions/CentralNotice/SpecialNoticeLoader.php |
— | — | @@ -37,6 +37,4 @@ |
38 | 38 | // Time when we should invalidate all notices... |
39 | 39 | return wfTimestamp( TS_MW, $wgNoticeEpoch ); |
40 | 40 | } |
41 | | -} |
42 | | - |
43 | | -?> |
\ No newline at end of file |
| 41 | +} |
\ No newline at end of file |
Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -40,6 +40,4 @@ |
41 | 41 | |
42 | 42 | $wgSpecialPages['NoticeText'] = 'SpecialNoticeText'; |
43 | 43 | $wgAutoloadClasses['SpecialNoticeText'] = |
44 | | - dirname( __FILE__ ) . '/SpecialNoticeText.php'; |
45 | | - |
46 | | -?> |
\ No newline at end of file |
| 44 | + dirname( __FILE__ ) . '/SpecialNoticeText.php'; |
\ No newline at end of file |
Index: trunk/extensions/CentralNotice/NoticePage.php |
— | — | @@ -30,6 +30,4 @@ |
31 | 31 | function getJsOutput() { |
32 | 32 | return ""; |
33 | 33 | } |
34 | | -} |
35 | | - |
36 | | -?> |
\ No newline at end of file |
| 34 | +} |
\ No newline at end of file |
Index: trunk/extensions/CentralNotice/SpecialNoticeText.php |
— | — | @@ -109,6 +109,4 @@ |
110 | 110 | function getMeter() { |
111 | 111 | return "<img src=\"http://upload.wikimedia.org/fundraising/2007/meter.png\" width='407' height='14' />"; |
112 | 112 | } |
113 | | -} |
114 | | - |
115 | | -?> |
\ No newline at end of file |
| 113 | +} |
\ No newline at end of file |