Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -15,6 +15,9 @@ |
16 | 16 | * redirects go to, etc. $this->mTitle (as well as $mArticle) is the |
17 | 17 | * page in the database that is actually being edited. These are |
18 | 18 | * usually the same, but they are now allowed to be different. |
| 19 | + * |
| 20 | + * Sugeon General's Warning: prologned exposure to this class is known to cause |
| 21 | + * headaches, which may be fatal. |
19 | 22 | */ |
20 | 23 | class EditPage { |
21 | 24 | const AS_SUCCESS_UPDATE = 200; |