* (bug 32659) Code cleanup: normalize order of params to implode() in Language::...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Nov 2011 19:30:34 +0000 (19:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Nov 2011 19:30:34 +0000 (19:30 +0000)
commit5eed06a49c6241433f74e4efed882a3a42802510
treecc53d0298fd7e530ddc028d331a52a5e74a3e181
parent7f3f1f7cafa806e27dbd06f668264a581a6efd1f
* (bug 32659) Code cleanup: normalize order of params to implode() in Language:: functions

Patch by Daniel Werner, https://bugzilla.wikimedia.org/attachment.cgi?id=9555&action=diff

For "historical reasons" implode() accepts parameters as ($list, $sep) as well as the usual ($sep, $list) but it's better to use the standard to be clear.
languages/Language.php