mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-24 23:56:09 +00:00
Add 'path' => __FILE__, to Extension:RSS
Bug 30659 - correct extension credits
This commit is contained in:
parent
f1d80ca931
commit
13834683ec
1
RSS.php
1
RSS.php
|
@ -20,6 +20,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
||||||
|
|
||||||
// Extension credits that will show up on Special:Version
|
// Extension credits that will show up on Special:Version
|
||||||
$wgExtensionCredits['parserhook'][] = array(
|
$wgExtensionCredits['parserhook'][] = array(
|
||||||
|
'path' => __FILE__,
|
||||||
'name' => 'RSS feed',
|
'name' => 'RSS feed',
|
||||||
'author' => array( 'Kellan Elliott-McCrea', 'mutante', 'Daniel Kinzler',
|
'author' => array( 'Kellan Elliott-McCrea', 'mutante', 'Daniel Kinzler',
|
||||||
'Rdb', 'Mafs', 'Alxndr', 'Thomas Gries', 'Chris Reigrut',
|
'Rdb', 'Mafs', 'Alxndr', 'Thomas Gries', 'Chris Reigrut',
|
||||||
|
|
Loading…
Reference in a new issue