#3949 closed defect (bug) (fixed)
Multipage posts need to respect trailing slash preference and eliminate redundant /1/
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | General | Version: | 2.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Multipage posts aren't using user_trailingslashit() and are always appending a trailing slash.
Also, /1/ is redundant.
I'm working on a patch now.
Change History (2)
comment:1
markjaquith
— 6 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [5017]) Respect user trailing slash preference for multipage posts and eliminate redundant /1/. fixes #3949