r70718 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70717‎ | r70718 | r70719 >
Date:17:46, 8 August 2010
Author:ialex
Status:ok
Tags:
Comment:
Moved the @todo to the bottom of the comment; seems doxygen is taking the "This program is free software; [...]" part inside it
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

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

Status & tagging log