Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -365,11 +365,11 @@ |
366 | 366 | |
367 | 367 | /** |
368 | 368 | * 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). |
374 | 374 | * |
375 | 375 | * @param $name String |
376 | 376 | * @param $default String: optional |