Index: trunk/phase3/includes/templates/PHP4.php |
— | — | @@ -1,5 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Template used when the installer detects that this is PHP 4 |
| 5 | + * |
4 | 6 | * @file |
5 | 7 | * @ingroup Templates |
6 | 8 | */ |
Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -1,9 +1,15 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @defgroup Templates Templates |
| 4 | + * Html forms for user login and account creation |
| 5 | + * |
5 | 6 | * @file |
6 | 7 | * @ingroup Templates |
7 | 8 | */ |
| 9 | + |
| 10 | +/** |
| 11 | + * @defgroup Templates Templates |
| 12 | + */ |
| 13 | + |
8 | 14 | if( !defined( 'MEDIAWIKI' ) ) die( -1 ); |
9 | 15 | |
10 | 16 | /** |
Index: trunk/phase3/includes/templates/NoLocalSettings.php |
— | — | @@ -1,5 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Template used when there is no LocalSettings.php file |
| 5 | + * |
4 | 6 | * @file |
5 | 7 | * @ingroup Templates |
6 | 8 | */ |