mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-15 10:37:36 +00:00
* complete $wgExtensionCredits
* remove trailing whitespace
This commit is contained in:
parent
09522548a0
commit
98a25f4fab
Notes:
Raimond Spekking
2009-03-28 22:26:10 +00:00
|
@ -21,7 +21,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'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',
|
||||
'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', 'others' ),
|
||||
);
|
||||
|
||||
function Interwiki() {
|
||||
|
|
Loading…
Reference in a new issue