r95868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95867‎ | r95868 | r95869 >
Date:14:32, 31 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Add 'path' => __FILE__, to Extension:RSS

Bug 30659 - correct extension credits
Modified paths:
  • /trunk/extensions/RSS/RSS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RSS/RSS.php
@@ -20,6 +20,7 @@
2121
2222 // Extension credits that will show up on Special:Version
2323 $wgExtensionCredits['parserhook'][] = array(
 24+ 'path' => __FILE__,
2425 'name' => 'RSS feed',
2526 'author' => array( 'Kellan Elliott-McCrea', 'mutante', 'Daniel Kinzler',
2627 'Rdb', 'Mafs', 'Alxndr', 'Thomas Gries', 'Chris Reigrut',

Status & tagging log