Commit a0d79d3
Fix Implode signature
The following triggered an error locally...
```
return implode( $lines, "\n" );
```
By switching the operands so that glue comes first and collection second. I believe this might help this to work1 parent 071310f commit a0d79d3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| |||
0 commit comments