From: Erik Moeller Date: Fri, 10 Feb 2006 09:37:46 +0000 (+0000) Subject: doc X-Git-Tag: 1.6.0~348 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=ea4dcc71d2dfcd2ae2f173250edca5b47b8987f0;p=lhc%2Fweb%2Fwiklou.git doc --- 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;