X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoader.php;h=4a23eae74fc81af0f5fb98b1c4ae0c21110e63ab;hp=693afcf62ab73b01e8a155ba00b2029b9d32bd9e;hb=a253c6d56cfa524f52379b8bf79bd4cd40143285;hpb=a90db300ad9b88ae6670244f6ce073aefb7a8364 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 ) {