Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7448, comment 5


Ignore:
Timestamp:
06/12/2017 05:27:56 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7448, comment 5

    initial v1  
    11I've audited all our template link functions to add a trailing slash where necessary.
    22
    3 Question: We use a mis-mash of either `trailingslashit()` vs. simply adding a `/` to the end of a link.
     3Question: We use a mis-mash of either `trailingslashit()` vs. simply adding a `/` to the end of a link.  Which one do we prefer?
    44
    55In `02.patch`, I've opted to use `trailingslashit()`, but let me know if you have any issue with this.