* complete $wgExtensionCredits

* remove trailing whitespace
This commit is contained in:
Siebrand Mazeland 2007-12-10 20:30:44 +00:00
parent 09522548a0
commit 98a25f4fab
Notes: Raimond Spekking 2009-03-28 22:26:10 +00:00

View file

@ -17,11 +17,11 @@ if (!defined('MEDIAWIKI')) die();
$wgExtensionFunctions[] = "Interwiki";
$wgExtensionCredits['specialpage'][] = array(
'name' => 'Interwiki Edit Page',
'url' => 'http://mediawiki.org/wiki/Extension:Special_page_to_work_with_the_interwiki_table',
'name' => 'Interwiki Edit Page',
'url' => 'http://mediawiki.org/wiki/Extension:Special_page_to_work_with_the_interwiki_table',
'description' => 'Adds a [[Special:Interwiki|special page]] to view and manipulate the interwiki table',
'version' => '21-11-07',
'author' => 'Stephanie Amanda Stevens, SPQRobin, and others',
'version' => '21-11-07',
'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', 'others' ),
);
function Interwiki() {