Opened 19 years ago
Closed 19 years ago
#4117 closed defect (bug) (fixed)
Non-published, multi-page post page links don't work when permalinks enabled
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.2 |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
To replicate:
- Write a post. Make it paged by putting
<!--nextpage-->somewhere in the post.
- Click the "Save and continue editing" button.
- Click the "Preview" link.
- Click the "2" link which should take you to the second page.
The URL in the address bar will be something like this:
http://site.com/?p=8/2/
It should be this since the post doesn't have a permalink yet:
http://site.com/?p=8&page=2
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
I think this'll do the trick