From e04de22ec321554e0a721c3017a85890df254a8d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 4 Nov 2008 15:57:40 +0000 Subject: [PATCH] Break long line --- includes/AjaxFunctions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 9e892f1abc..2468909d65 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -14,7 +14,8 @@ if( !defined( 'MEDIAWIKI' ) ) { * Modified function from http://pure-essence.net/stuff/code/utf8RawUrlDecode.phps * * @param $source String escaped with Javascript's escape() function - * @param $iconv_to String destination character set will be used as second paramether in the iconv function. Default is UTF-8. + * @param $iconv_to String destination character set will be used as second parameter + * in the iconv function. Default is UTF-8. * @return string */ function js_unescape($source, $iconv_to = 'UTF-8') { -- 2.20.1