revert r28340, r28343 to r28349, r28351, r28364

This commit is contained in:
Siebrand Mazeland 2007-12-16 18:38:50 +00:00
parent 5ff9e2927f
commit dc2103b300
1 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,6 @@ if( !defined( 'MEDIAWIKI' ) ) {
$wgExtensionCredits['specialpage'][] = array(
'name' => 'Contact',
'version' => '1.1',
'author' => 'Daniel Kinzler',
'url' => 'http://mediawiki.org/wiki/Extension:ContactPage',
'description' => 'contact form for visitors',
@ -55,3 +54,4 @@ function loadContactPageI18n() {
return true;
}