jenkins-bot has submitted this change and it was merged.

Change subject: WebRequest::getText(): Update more of the doc comment
......................................................................


WebRequest::getText(): Update more of the doc comment

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
---
M includes/WebRequest.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/WebRequest.php b/includes/WebRequest.php
index 30efb3b..b5c57ee 100644
--- a/includes/WebRequest.php
+++ b/includes/WebRequest.php
@@ -565,8 +565,7 @@
 
        /**
         * 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.
         *

-- 
To view, visit https://gerrit.wikimedia.org/r/300231
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie6172ee2d76a79006286a5f3c51b89bb762c258e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: PleaseStand <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: PleaseStand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to