* $wgDebugTidy feature
[lhc/web/wiklou.git] / includes / SpecialMostlinkedcategories.php
index 536a48a..d0a99b3 100644 (file)
@@ -8,10 +8,6 @@
  * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
  * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
  */
-
-/**
- * @addtogroup SpecialPage
- */
 class MostlinkedCategoriesPage extends QueryPage {
 
        function getName() { return 'Mostlinkedcategories'; }
@@ -76,4 +72,4 @@ function wfSpecialMostlinkedCategories() {
        $wpp->doQuery( $offset, $limit );
 }
 
-?>
+