Index: trunk/extensions/ExpandTemplates/ExpandTemplates.php |
— | — | @@ -12,8 +12,8 @@ |
13 | 13 | require_once( 'ExpandTemplates.i18n.php' ); |
14 | 14 | |
15 | 15 | $wgExtensionCredits['specialpage'][] = array( |
16 | | - // 'author' => '', Who is the author? |
17 | 16 | 'name' => 'ExpandTemplates', |
| 17 | + 'author' => 'Tim Starling', |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ExpandTemplates', |
19 | 19 | 'description' => 'Expands templates, parser functions and variables to show expanded wikitext and preview rendered page' |
20 | 20 | ); |