Opened 11 months ago
Closed 11 months ago
#60584 closed defect (bug) (duplicate)
Pagination URLs don't work when previewing scheduled posts
Reported by: | ishiiyoshinori | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
When previewing a scheduled post that includes <!--nextpage-->, the URLs returned by wp_link_pages() are incorrect.
Expected second page URL:
https://example.com/?p=12345&page=2&preview=true
The URL of the second page returned by wp_link_pages():
https://example.com/?p=12345%2F2&preview=true
I found the same bug report in ticket #32295, which was created 9 years ago, so please check the updated patch for the latest trunk.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #32295.
Hi there and welcome to WordPress Trac!
Since this appears to be a duplicate, I am closing this ticket as such. Let's focus the discussion and testing on just one ticket.