r85592 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85591‎ | r85592 | r85593 >
Date:23:49, 6 April 2011
Author:neilk
Status:deferred
Tags:
Comment:
updated doc comment
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -18,9 +18,12 @@
1919 // If the uploaded file should be auto categorized
2020 'autoCategory' => false,
2121
22 - // This is the set of licenses available
23 - // under normal circumstances, the license name is the name of the wikitext template to insert
24 - // for those that aren't, there is a wikitext property
 22+ // 'licenses' is a list of licenses you could possibly use elsewhere, for instance in
 23+ // licensesOwnWork or licensesThirdParty.
 24+ // It just describes what licenses go with what wikitext, and how to display them in
 25+ // a menu of license choices. There probably isn't any reason to delete any entry here.
 26+ // Under normal circumstances, the license name is the name of the wikitext template to insert.
 27+ // For those that aren't, there is a "templates" property.
2528 'licenses' => array(
2629 'cc-by-sa-3.0' => array(
2730 'msg' => 'mwe-upwiz-license-cc-by-sa-3.0',

Status & tagging log