API: Ignore '_' parameter in jsonp callback mode
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 27 Mar 2015 16:36:19 +0000 (12:36 -0400)
committerGergő Tisza <tgr.huwiki@gmail.com>
Wed, 5 Aug 2015 19:26:04 +0000 (12:26 -0700)
commit14560cb1b05e87a7f6814289f1e384f4ce40c019
treecbd85bcfd1f8845eae64b447c6452eab79019458
parentd4111ed30d2f7a75f6846c008d3c851b4f0e3c0b
API: Ignore '_' parameter in jsonp callback mode

jQuery has a misfeature where it by default appends a '_' parameter as a
cachebuster in jsonp mode. So, when in jsonp mode, mark this bogus
parameter as used to avoid an unnecessary warning.

Bug: T94015
Change-Id: I43373439a3605e4589315139c30976c6c2f68542
includes/api/ApiFormatJson.php