r69440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69439‎ | r69440 | r69441 >
Date:20:33, 16 July 2010
Author:neilk
Status:deferred
Tags:
Comment:
fixing comments that seem to be copied from AMW (?)
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.php
@@ -1,16 +1,15 @@
22 <?php
33 /**
4 - * Add Media Wizard extension
 4+ * UploadWizard extension
55 *
66 * @file
77 * @ingroup Extensions
88 *
9 - * This file contains the include file for the Add Media Wizard support
10 - * The addMediaWizard is dependent on JS2Support and
11 - * the core "AddMedia" module
 9+ * This file contains the include file for UploadWizard
 10+ * This is dependent on JS2Support.
1211 *
1312 * Usage: Include the following line in your LocalSettings.php
14 - * require_once( "$IP/extensions/JS2Support/AddMediaWizard/AddMediaWizard.php" );
 13+ * require_once( "$IP/extensions/UploadWizard/UploadWizard.php" );
1514 *
1615 * @author Neil Kandalgaonkar <neil@wikimedia.org>
1716 * @license GPL v2 or later

Status & tagging log