mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 17:40:11 +00:00
Add descriptions and urls (if available) for 4 extensions used in Wikipedia:
* ConfirmEdit * EasyTimeline * ImageMap * OAIRepository
This commit is contained in:
parent
a84a490e84
commit
856d451a63
|
@ -32,7 +32,12 @@ if ( defined( 'MEDIAWIKI' ) ) {
|
|||
global $wgExtensionFunctions, $wgGroupPermissions;
|
||||
|
||||
$wgExtensionFunctions[] = 'ceSetup';
|
||||
$wgExtensionCredits['other'][] = array( 'name' => 'ConfirmEdit', 'author' => 'Brion Vibber' );
|
||||
$wgExtensionCredits['other'][] = array(
|
||||
'name' => 'ConfirmEdit',
|
||||
'author' => 'Brion Vibber',
|
||||
'url' => 'http://meta.wikimedia.org/wiki/ConfirmEdit_extension',
|
||||
'description' => 'Simple captcha implementation',
|
||||
);
|
||||
|
||||
# Internationalisation file
|
||||
require_once( 'ConfirmEdit.i18n.php' );
|
||||
|
|
Loading…
Reference in a new issue