Pass the user as an argument to 'isValidPassword' hook callbacks; see docs/hooks...
[lhc/web/wiklou.git] / includes / SpecialListredirects.php
index bc39692..581ea55 100644 (file)
@@ -8,9 +8,9 @@
  */
 
 /**
+ * Special:Listredirects - Lists all the redirects on the wiki.
  * @addtogroup SpecialPage
  */
-
 class ListredirectsPage extends QueryPage {
 
        function getName() { return( 'Listredirects' ); }
@@ -62,4 +62,4 @@ function wfSpecialListredirects() {
        $lrp->doQuery( $offset, $limit );
 }
 
-?>
+