aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CategoryPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CategoryPage.php')
-rw-r--r--includes/CategoryPage.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php
index 84bf394144bf..e7b728db5d44 100644
--- a/includes/CategoryPage.php
+++ b/includes/CategoryPage.php
@@ -3,10 +3,11 @@
* Special handling for category description pages
* Modelled after ImagePage.php
*
-*/
+ * @package MediaWiki
+ */
/**
- *
+ * @package MediaWiki
*/
class CategoryPage extends Article {
@@ -285,13 +286,7 @@ class CategoryPage extends Article {
}
$r .= '</ul>';
}
-
-
return $r ;
}
-
-
}
-
-
?>