Changes between Initial Version and Version 1 of Ticket #7448, comment 5
- Timestamp:
- 06/12/2017 05:27:56 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7448, comment 5
initial v1 1 1 I've audited all our template link functions to add a trailing slash where necessary. 2 2 3 Question: We use a mis-mash of either `trailingslashit()` vs. simply adding a `/` to the end of a link. 3 Question: We use a mis-mash of either `trailingslashit()` vs. simply adding a `/` to the end of a link. Which one do we prefer? 4 4 5 5 In `02.patch`, I've opted to use `trailingslashit()`, but let me know if you have any issue with this.