From a253c6d56cfa524f52379b8bf79bd4cd40143285 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Tue, 10 Sep 2019 07:30:07 +0200 Subject: [PATCH 1/1] resourceloader: Remove comment about XmlJsCode wrapper The support for the XmlJsCode wrapper got removed in 23d066618d. Change-Id: If14065277699aa9cca70107ff0174bd51f757c31 --- includes/resourceloader/ResourceLoader.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/resourceloader/ResourceLoader.php b/includes/resourceloader/ResourceLoader.php index 693afcf62a..4a23eae74f 100644 --- a/includes/resourceloader/ResourceLoader.php +++ b/includes/resourceloader/ResourceLoader.php @@ -1273,8 +1273,7 @@ MESSAGE; /** * Returns JS code which, when called, will register a given list of messages. * - * @param mixed $messages Either an associative array mapping message key to value, or a - * JSON-encoded message blob containing the same data, wrapped in an XmlJsCode object. + * @param mixed $messages Associative array mapping message key to value. * @return string JavaScript code */ public static function makeMessageSetScript( $messages ) { -- 2.20.1