Index: trunk/extensions/PageCSS/PageCSS.php |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | $wgExtensionCredits['parserhook'][] = array( |
16 | 16 | 'path' => __FILE__, |
17 | 17 | 'name' => 'Page CSS', |
| 18 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:PageCSS', |
18 | 19 | 'description' => 'Parser hook to add per-page CSS using the <tt><css></tt> tag', |
19 | 20 | 'author' => 'Ævar Arnfjörð Bjarmason' |
20 | 21 | ); |