mediawiki-extensions-Cite/includes
Thiemo Kreuz 3f22189998 Fix <ref> ignoring all parameters when there are more than two
We can resolve this bug by either replacing the bogus "return false"
with the intended "return [ false, … ]". Or rely on the code a few
lines below that also bails out with a "return [ false, … ]" when to
many parameters ($cnt is not 0 then) are present. The tests prove both
solutions are equally valid.

Bug: T211576
Change-Id: Iadd55c134dede7042cfd152c69bc8f27b59d8912
2018-12-11 20:49:40 +01:00
..
ApiQueryReferences.php Add phan configuration for static analysis 2017-12-29 11:50:01 -08:00
Cite.php Fix <ref> ignoring all parameters when there are more than two 2018-12-11 20:49:40 +01:00
CiteCSSFileModule.php Use standard form for @license tags 2018-03-20 03:18:37 +00:00
CiteDataModule.php CiteDataModule: Remove origin restriction 2018-04-30 22:18:06 +02:00
CiteHooks.php VE: Make the OOUI citation icons available 2018-08-14 11:55:44 -07:00