Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2624,12 +2624,12 @@ |
2625 | 2625 | * |
2626 | 2626 | * <code> |
2627 | 2627 | * $wgExtensionCredits[$type][] = array( |
2628 | | - * 'name' => 'Example extension', |
2629 | | - * 'version' => 1.9, |
2630 | | - * 'svn-revision' => '$LastChangedRevision$', |
2631 | | - * 'author' => 'Foo Barstein', |
2632 | | - * 'url' => 'http://wwww.example.com/Example%20Extension/', |
2633 | | - * 'description' => 'An example extension', |
| 2628 | + * 'name' => 'Example extension', |
| 2629 | + * 'version' => 1.9, |
| 2630 | + * 'path' => __FILE__, |
| 2631 | + * 'author' => 'Foo Barstein', |
| 2632 | + * 'url' => 'http://wwww.example.com/Example%20Extension/', |
| 2633 | + * 'description' => 'An example extension', |
2634 | 2634 | * 'descriptionmsg' => 'exampleextension-desc', |
2635 | 2635 | * ); |
2636 | 2636 | * </code> |