diff options
Diffstat (limited to 'includes/SpecialConfirmemail.php')
-rw-r--r-- | includes/SpecialConfirmemail.php | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/includes/SpecialConfirmemail.php b/includes/SpecialConfirmemail.php index e1feb8a47ef2..58e55899f6a0 100644 --- a/includes/SpecialConfirmemail.php +++ b/includes/SpecialConfirmemail.php @@ -1,14 +1,6 @@ <?php /** - * 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 <robchur@gmail.com> - */ - -/** * Main execution point * * @param $par Parameters passed to the page @@ -18,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 <robchur@gmail.com> + */ class EmailConfirmation extends SpecialPage { /** |