Fix up bug #26016 by applying the more descriptive comment suggested
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 12 Feb 2011 04:01:06 +0000 (04:01 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 12 Feb 2011 04:01:06 +0000 (04:01 +0000)
there.  Code Reviewers: have at it!!

includes/DefaultSettings.php

index c2147f5..8a84e7f 100644 (file)
@@ -373,8 +373,12 @@ $wgImgAuthPublicTest = true;
  *   - apibase              Use for the foreign API's URL
  *   - apiThumbCacheExpiry  How long to locally cache thumbs for
  *
- * The default is to initialise these arrays from the MW<1.11 backwards compatible settings:
- * $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc.
+ * If you leave $wgLocalFileRepo set to false, Setup will fill in appropriate values.
+ * Otherwise, set $wgLocalFileRepo to a repository structure as described above.
+ * If you set $wgUseInstantCommons to true, it will add an entry for Commons.
+ * If you set $wgForeignFileRepos to an array of repostory structures, those will
+ * be searched after the local file repo.
+ * Otherwise, you will only have access to local media files.
  */
 $wgLocalFileRepo = false;