Pass the user as an argument to 'isValidPassword' hook callbacks; see docs/hooks...
[lhc/web/wiklou.git] / includes / SpecialBlockme.php
index 5bfce4e..da2757a 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /**
  *
- * @package MediaWiki
- * @subpackage SpecialPage
+ * @addtogroup SpecialPage
  */
 
 /**
@@ -37,4 +36,4 @@ function wfSpecialBlockme() {
 
        $wgOut->addWikiText( $success );
 }
-?>
+