Index: trunk/extensions/ContributorsAddon/ContributorsAddon.php |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | $wgExtensionFunctions[] = 'efContributorsAddon'; |
17 | 17 | $wgExtensionCredits['other'][] = array( |
18 | 18 | 'name' => 'ContributorsAddon', |
| 19 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:ContributorsAddon', |
19 | 20 | 'author' => 'Tim Laqua', |
20 | 21 | 'description' => 'Adds JS onMouseOver popups to "Main Contributors" links', |
21 | 22 | ); |