mediawiki-extensions-Echo/scripts
Fomafix 1e71b8bef3 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: I74468fe2833c897ec9a7ddeb5a1e5b50bb50da94
2018-04-16 20:21:44 +02:00
..
gen-autoload.php Follow-up 2dfb4511e9: call parent constructor in gen-autoload.php 2017-06-26 11:03:04 -07:00
generatecss.php Use PHP's implode() with the suggested order of arguments 2018-04-16 20:21:44 +02:00
remotecheck.sh Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00