mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-23 22:54:02 +00:00
Updated the naming in the credits.
This commit is contained in:
parent
97bd4977f1
commit
05e7df43bd
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue