Index: trunk/phase3/includes/specials/SpecialPasswordReset.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Implements Special:Blankpage |
| 4 | + * Implements Special:PasswordReset |
5 | 5 | * |
6 | 6 | * This program is free software; you can redistribute it and/or modify |
7 | 7 | * it under the terms of the GNU General Public License as published by |
Index: trunk/phase3/includes/specials/SpecialUserlogout.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Implements Special:Upload |
| 4 | + * Implements Special:Userlogout |
5 | 5 | * |
6 | 6 | * This program is free software; you can redistribute it and/or modify |
7 | 7 | * it under the terms of the GNU General Public License as published by |