Index: trunk/extensions/RandomImage/RandomImage.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | if( defined( 'MEDIAWIKI' ) ) { |
16 | 16 | |
17 | 17 | $wgExtensionFunctions[] = 'efRandomImage'; |
18 | | - $wgExtensionCredits['parserhook'][] = array( 'name' => 'RandomImage', 'author' => 'Rob Church' ); |
| 18 | + $wgExtensionCredits['parserhook'][] = array( 'name' => 'RandomImage', 'author' => 'Rob Church', 'url' => 'http://meta.wikimedia.org/wiki/RandomImage' ); |
19 | 19 | |
20 | 20 | function efRandomImage() { |
21 | 21 | global $wgParser; |