doc
[lhc/web/wiklou.git] / includes / EditPage.php
index f66ce4a..128b0e4 100644 (file)
@@ -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;