Index: trunk/extensions/Drafts/Drafts.php |
— | — | @@ -4,6 +4,16 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
| 8 | + * |
| 9 | + * This file contains the main include file for the Drafts extension of |
| 10 | + * MediaWiki. |
| 11 | + * |
| 12 | + * Usage: Add the following line in LocalSettings.php: |
| 13 | + * require_once( "$IP/extensions/Drafts/Drafts.php" ); |
| 14 | + * |
| 15 | + * @author Trevor Parscal <tparscal@wikimedia.org> |
| 16 | + * @license GPL v2 |
| 17 | + * @version 0.1.0 |
8 | 18 | */ |
9 | 19 | |
10 | 20 | // Check environment |