Use PHP's implode() with the suggested order of arguments
authorFomafix <fomafix@googlemail.com>
Thu, 22 Feb 2018 19:24:00 +0000 (20:24 +0100)
committerFomafix <fomafix@googlemail.com>
Thu, 22 Feb 2018 19:24:00 +0000 (20:24 +0100)
commitd59af4c3414f26eee8e970b122081b9360365984
treedaeeb401770649d28279f9d0370e8795a3ecaac3
parenta7c103f24df5c340dcaa5fdcd9252a3340f28df4
Use PHP's implode() with the suggested order of arguments

https://secure.php.net/manual/en/function.implode.php defines the order
of arguments as

 string implode ( string $glue , array $pieces )
 string implode ( array $pieces )

Note:
  implode() can, for historical reasons, accept its parameters in
  either order. For consistency with explode(), however, it may be less
  confusing to use the documented order of arguments.

Change-Id: I03bf5712204e283f52d3ede54af9b9ec117d4280
includes/EditPage.php
includes/api/ApiCSPReport.php
includes/filerepo/ForeignAPIRepo.php
includes/parser/CoreParserFunctions.php
includes/specials/SpecialEditWatchlist.php
includes/tidy/Balancer.php
maintenance/Maintenance.php
maintenance/language/languages.inc