Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 8660696

Browse files
committed
Mixing up branches is bad.
1 parent 409635e commit 8660696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tabber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
/******************************************/
1414
/* Credits */
1515
/******************************************/
16-
$credits = array(
16+
$credits = [
1717
'path' => __FILE__,
1818
'name' => 'Tabber',
1919
'author' => ['Eric Fortin', 'Alexia E. Smith', 'Curse Inc. Wiki Platform Team'],
2020
'url' => 'https://www.mediawiki.org/wiki/Extension:Tabber',
2121
'descriptionmsg' => 'tabber-desc',
2222
'version' => '2.3'
23-
);
23+
];
2424
$wgExtensionCredits['parserhook'][] = $credits;
2525

2626

0 commit comments

Comments
 (0)