* complete $wgExtensionCredits

* remove trailing whitespace
This commit is contained in:
Siebrand Mazeland 2007-12-10 10:01:15 +00:00
parent 7391cd6b2b
commit 5ff9e2927f
1 changed files with 7 additions and 7 deletions

View File

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