Changes between Version 2 and Version 3 of Ticket #38539
- Timestamp:
- 10/28/2016 04:25:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38539 – Description
v2 v3 2 2 3 3 Likewise, when adding new nav menu items, I'm able to supply titles which then result in pages/posts that have the same `post_name` as other items. This is due to `wp_publish_posts()` being used which bypasses the unique slug check. 4 5 See #38114, #38013, #34923