From: Chad Horohoe Date: Sun, 28 Jun 2009 15:05:47 +0000 (+0000) Subject: Doc fixes for $wgExtensionCredits. X-Git-Tag: 1.31.0-rc.0~41181 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=5662ea1694a3ebee51ae4460314a971de5116b37;p=lhc%2Fweb%2Fwiklou.git Doc fixes for $wgExtensionCredits. --- 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', * ); *