#9738 closed defect (bug) (fixed)
r11210 (leading slashes) breaks wp_list_pages
Reported by: | demetris | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Permalinks | Keywords: | |
Focuses: | Cc: |
Description
r11209 is OK.
r11210 (relevant ticket: #9515) seems to break wp_list_pages.
Confirmed with several setups/themes.
If I use a permalink structure such as:
/%post_id%/%postname%/
OR
/%post_id%/
... then everything works OK
If I remove trailing slashes from the permalink structure, that is:
/%post_id%/%postname%
OR
/%post_id%
... then wp_list_pages gives links missing one slash:
http://example.netpage/subpage
Please let me know if you need more information.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [11218]) Revert[11210]. fixes #9738 see #9515