From 5662ea1694a3ebee51ae4460314a971de5116b37 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 28 Jun 2009 15:05:47 +0000 Subject: [PATCH] Doc fixes for $wgExtensionCredits. --- includes/DefaultSettings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4991f13ccf..1382b9545c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2624,12 +2624,12 @@ $wgAutoloadClasses = array(); * * * $wgExtensionCredits[$type][] = array( - * 'name' => 'Example extension', - * 'version' => 1.9, - * 'svn-revision' => '$LastChangedRevision$', - * 'author' => 'Foo Barstein', - * 'url' => 'http://wwww.example.com/Example%20Extension/', - * 'description' => 'An example extension', + * 'name' => 'Example extension', + * 'version' => 1.9, + * 'path' => __FILE__, + * 'author' => 'Foo Barstein', + * 'url' => 'http://wwww.example.com/Example%20Extension/', + * 'description' => 'An example extension', * 'descriptionmsg' => 'exampleextension-desc', * ); * -- 2.20.1