r71998 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71997‎ | r71998 | r71999 >
Date:00:33, 31 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
Fixing comment so that method documentation isn't broken
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -365,11 +365,11 @@
366366
367367 /**
368368 * Fetch a text string from the given array or return $default if it's not
369 - * set. \r is stripped from the text, and with some language modules there
370 - * is an input transliteration applied. This should generally be used for
371 - * form <textarea> and <input> fields. Used for user-supplied freeform text
372 - * input (for which input transformations may be required - e.g. Esperanto
373 - * x-coding).
 369+ * set. Carriage returns are stripped from the text, and with some language
 370+ * modules there is an input transliteration applied. This should generally
 371+ * be used for form <textarea> and <input> fields. Used for user-supplied
 372+ * freeform text input (for which input transformations may be required - e.g.
 373+ * Esperanto x-coding).
374374 *
375375 * @param $name String
376376 * @param $default String: optional

Status & tagging log