From aec749e54b2a3bdb97275e9f9569a1810aae1116 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 27 Aug 2011 01:24:31 +0000 Subject: [PATCH] Add warning to class header. --- includes/EditPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/EditPage.php b/includes/EditPage.php index 86193d7769..20e272393b 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -15,6 +15,9 @@ * redirects go to, etc. $this->mTitle (as well as $mArticle) is the * page in the database that is actually being edited. These are * usually the same, but they are now allowed to be different. + * + * Sugeon General's Warning: prologned exposure to this class is known to cause + * headaches, which may be fatal. */ class EditPage { const AS_SUCCESS_UPDATE = 200; -- 2.20.1