Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/

This commit is contained in:
Brion Vibber 2011-12-13 23:49:33 +00:00
parent ae998987dc
commit f3a80cfd9f
Notes: Brion Vibber 2011-12-13 23:49:33 +00:00

View file

@ -53,7 +53,7 @@ $wgExtensionCredits['other'][] = array(
'name' => 'WikiEditor', 'name' => 'WikiEditor',
'author' => array( 'Trevor Parscal', 'Roan Kattouw', 'Nimish Gautam', 'Adam Miller' ), 'author' => array( 'Trevor Parscal', 'Roan Kattouw', 'Nimish Gautam', 'Adam Miller' ),
'version' => '0.3.1', 'version' => '0.3.1',
'url' => 'http://www.mediawiki.org/wiki/Extension:WikiEditor', 'url' => 'https://www.mediawiki.org/wiki/Extension:WikiEditor',
'descriptionmsg' => 'wikieditor-desc', 'descriptionmsg' => 'wikieditor-desc',
); );
$wgAutoloadClasses['WikiEditorHooks'] = dirname( __FILE__ ) . '/WikiEditor.hooks.php'; $wgAutoloadClasses['WikiEditorHooks'] = dirname( __FILE__ ) . '/WikiEditor.hooks.php';