r52510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52509‎ | r52510 | r52511 >
Date:15:05, 28 June 2009
Author:demon
Status:ok
Tags:
Comment:
Doc fixes for $wgExtensionCredits.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2624,12 +2624,12 @@
26252625 *
26262626 * <code>
26272627 * $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',
26342634 * 'descriptionmsg' => 'exampleextension-desc',
26352635 * );
26362636 * </code>

Follow-up revisions

RevisionCommit summaryAuthorDate
r52511Merge r52335-r52510 from trunk.demon15:15, 28 June 2009
r52758Merge r52510-r52756 from trunk.demon00:30, 4 July 2009

Status & tagging log