Changes between Initial Version and Version 1 of Ticket #11863, comment 100
- Timestamp:
- 12/11/2015 05:15:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11863, comment 100
initial v1 5 5 The first patch implementation should: 6 6 7 On unique slug generation (as for new post), check for a slug conflict with trash. If so, give trashed post the new unique slug (but record its original)and allow use of desired slug by new post.7 On unique slug generation (as for new post), check for a slug conflict with trash. If so, give trashed post the new unique slug and allow use of desired slug by new post. 8 8 9 9 Let's see how that implementation feels, and avoid the untrashing flow for the moment. [https://core.trac.wordpress.org/ticket/11863#comment:87 @helen already stated that flow is an edge case].