From ea4dcc71d2dfcd2ae2f173250edca5b47b8987f0 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Fri, 10 Feb 2006 09:37:46 +0000 Subject: [PATCH] doc --- includes/EditPage.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index f66ce4aa6d..128b0e4ba4 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1173,6 +1173,11 @@ END $wgOut->returnToMain( false ); } + /** + * Creates a basic error page which informs the user that + * they have to validate their email address before being + * allowed to edit. + */ function userNotConfirmedPage() { global $wgOut; -- 2.20.1