* complete $wgExtensionCredits
* remove trailing whitespace
This commit is contained in:
parent
7391cd6b2b
commit
5ff9e2927f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue