Updated the naming in the credits.

This commit is contained in:
Trevor Parscal 2008-10-27 20:38:10 +00:00
parent 97bd4977f1
commit 05e7df43bd

View file

@ -30,11 +30,11 @@ if( !defined( 'MEDIAWIKI' ) ) {
// Credits
$wgExtensionCredits['parserhook'][] = array(
'name' => 'Inputbox',
'name' => 'InputBox',
'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church', 'Trevor Parscal' ),
'svn-date' => '$LastChangedDate$',
'svn-revision' => '$LastChangedRevision$',
'url' => 'http://www.mediawiki.org/wiki/Extension:Inputbox',
'url' => 'http://www.mediawiki.org/wiki/Extension:InputBox',
'description' => 'Allow inclusion of predefined HTML forms.',
'descriptionmsg' => 'inputbox-desc',
);