Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -1,7 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @todo Use some variant of Pager or something; the pagination here is lousy. |
5 | | - * @file |
| 4 | + * Implements Special:Whatlinkshere |
6 | 5 | * |
7 | 6 | * This program is free software; you can redistribute it and/or modify |
8 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -17,10 +16,14 @@ |
18 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
19 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @todo Use some variant of Pager or something; the pagination here is lousy. |
21 | 23 | */ |
22 | 24 | |
23 | 25 | /** |
24 | | - * implements Special:Whatlinkshere |
| 26 | + * Implements Special:Whatlinkshere |
| 27 | + * |
25 | 28 | * @ingroup SpecialPage |
26 | 29 | */ |
27 | 30 | class SpecialWhatLinksHere extends SpecialPage { |