WebRequest::getText(): Update more of the doc comment
authorKevin Israel <pleasestand@live.com>
Thu, 21 Jul 2016 07:37:10 +0000 (03:37 -0400)
committerKevin Israel <pleasestand@live.com>
Thu, 21 Jul 2016 07:37:10 +0000 (03:37 -0400)
Support for server-side input transliteration, not just its
implementation for Esperanto, was removed in 3b5f60f2c8ef0e15.
Now we only do Unicode and line ending normalizations.

Change-Id: Ie6172ee2d76a79006286a5f3c51b89bb762c258e

includes/WebRequest.php

index 30efb3b..b5c57ee 100644 (file)
@@ -565,8 +565,7 @@ class WebRequest {
 
        /**
         * Fetch a text string from the given array or return $default if it's not
-        * set. Carriage returns are stripped from the text, and with some language
-        * modules there is an input transliteration applied. This should generally
+        * set. Carriage returns are stripped from the text. This should generally
         * be used for form "<textarea>" and "<input>" fields, and for
         * user-supplied freeform text input.
         *