Changes between Initial Version and Version 1 of Ticket #18117, comment 10
- Timestamp:
- 11/19/2014 03:17:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18117, comment 10
initial v1 3 3 4 4 In [diff:18117.4.diff] I changed that line to: 5 `$details[ $field ] = trailingslashit( implode( '/', $details[ $field ] ) . '/' );`5 `$details[ $field ] = trailingslashit( '/' . implode( '/', $details[ $field ] ) );` 6 6 That fixed the problem and now it's passing all the tests. 7 7