From cecb985bee3bdd252e1b8dc0bd500b37cd52be01 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 16 May 2007 20:58:53 +0000 Subject: Aktualisierung auf MediaWiki 1.10.0 Plugins angepasst und verbessert kleine Korrekturen am Design --- includes/SpecialConfirmemail.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'includes/SpecialConfirmemail.php') diff --git a/includes/SpecialConfirmemail.php b/includes/SpecialConfirmemail.php index e64232aa..58e55899 100644 --- a/includes/SpecialConfirmemail.php +++ b/includes/SpecialConfirmemail.php @@ -1,14 +1,5 @@ - */ - /** * Main execution point * @@ -19,6 +10,13 @@ function wfSpecialConfirmemail( $par ) { $form->execute( $par ); } +/** + * Special page allows users to request email confirmation message, and handles + * processing of the confirmation code when the link in the email is followed + * + * @addtogroup SpecialPage + * @author Rob Church + */ class EmailConfirmation extends SpecialPage { /** -- cgit v1.2.3-54-g00ecf