Index: trunk/extensions/UploadWizard/UploadWizard.php |
— | — | @@ -1,16 +1,15 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Add Media Wizard extension |
| 4 | + * UploadWizard extension |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | 8 | * |
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. |
12 | 11 | * |
13 | 12 | * 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" ); |
15 | 14 | * |
16 | 15 | * @author Neil Kandalgaonkar <neil@wikimedia.org> |
17 | 16 | * @license GPL v2 or later |