From 2438e56741ebeddda39bcf2f78a8ac473c8cfde5 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Apr 2009 18:21:07 +0000 Subject: [PATCH] Document OutputPage::out() --- includes/OutputPage.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 39a248feb1..caa40be58a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -983,8 +983,9 @@ class OutputPage { } /** - * @todo document - * @param string $ins + * Actually output something with print(). Performs an iconv to the + * output encoding, if needed. + * @param string $ins The string to output */ public function out( $ins ) { global $wgInputEncoding, $wgOutputEncoding, $wgContLang; -- 2.20.1