Changes between Version 1 and Version 2 of Ticket #49871, comment 11
- Timestamp:
- 05/01/2020 08:51:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49871, comment 11
v1 v2 4 4 - a scheduled post should always be presented to the admin with a permalink. So clicking "View post" or the link presented under "What's next" (or any other place in the admin area) should show and take you to the permalink version of the post. 5 5 - Visiting a scheduled post with the guid (`example.com/?p=123`), should NOT redirect the user to the permalink version. (This is to prevent brute force guessing (#30910)) 6 - Once the scheduled post is published, visiting the guid, should automatically redirect the user to the permalink version of the post. 6 - Once the scheduled post is published, visiting the guid, should automatically redirect the user to the permalink version of the post. 7 - Getting future posts from the REST API should display the `post.link` as a permalink. 7 8 - Without permalinks enabled, everything should keep working as it was prior to this patch. 8 - Getting future posts from the REST API should display the `post.link` as a permalink.9 9 10 10 I can confirm all of this works as expected from my own tests.