Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #11863, comment 100


Ignore:
Timestamp:
12/11/2015 05:15:46 PM (9 years ago)
Author:
ericlewis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11863, comment 100

    initial v1  
    55The first patch implementation should:
    66
    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.
     7On 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.
    88
    99Let'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].