Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23074, comment 8


Ignore:
Timestamp:
02/05/2014 02:52:46 AM (11 years ago)
Author:
kitchin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23074, comment 8

    initial v1  
    1 The patch for `wp_check_for_changed_slugs()` is `post.php` is here if you want it, and it explains the source of the problem. But I would skip it, since it's hard to test and it removes '_old_slug' values in some cases where you might want to keep them. It is better than the current code in preventing cruft, though.
     1The patch for `wp_check_for_changed_slugs()` in `post.php` is here if you want it, and it explains the source of the problem. But I would skip it, since it's hard to test and it removes '_old_slug' values in some cases where you might want to keep them. It is better than the current code in preventing cruft, though.