Opened 15 years ago
Closed 11 years ago
#16725 closed defect (bug) (maybelater)
Inconsistent leading slash in WP_Rewrite
| Reported by: | scribu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Rewrite Rules | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
#16626 revealed an inconsistency in WP_Rewrite, where $wp_rewrite->front has a leading slash, but the final rules array doesn't.
This is caused by the fact that $wp_rewrite->permalink_structure itself has a leading slash.
Also note that $wp_rewrite->search_structure stands out as the only structure that doesn't have a leading slash.
This should be made consistent somehow.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Inconsistencies that need corrections are bugs aren't they?