Merge "LogEventsList: Remove options not used by HTMLForm"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 543978b..3ea020f 100644 (file)
@@ -1628,6 +1628,7 @@ function wfClientAcceptsGzip( $force = false ) {
  * As required by the callers, "<nowiki>" is not used.
  *
  * @param string $text Text to be escaped
+ * @param-taint $text escapes_html
  * @return string
  */
 function wfEscapeWikiText( $text ) {