From e932512e46d4ca7f7299b1ded6cca8d0b74a2eb4 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 3 Jun 2013 10:51:06 +0200 Subject: [PATCH] Remove occurence of $wgOut in HTMLForm::displayForm()'s documentation Mention the context instead Change-Id: Ic081abc7ee8b63281d7a4d56fac9333e79e39f29 --- includes/HTMLForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e4a77a0208..33e447efd6 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -588,8 +588,8 @@ class HTMLForm extends ContextSource { } /** - * Display the form (sending to $wgOut), with an appropriate error - * message or stack of messages, and any validation errors, etc. + * Display the form (sending to the context's OutputPage object), with an + * appropriate error message or stack of messages, and any validation errors, etc. * * @attention You should call prepareForm() before calling this function. * Moreover, when doing method chaining this should be the very last method -- 2.20.1