Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17201, comment 5


Ignore:
Timestamp:
08/09/2013 03:34:34 AM (11 years ago)
Author:
helen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17201, comment 5

    initial v1  
    1 `sanitize_title()` is pretty slow, actually. I don't really know the history behind why it's the way it is, but what would switching to something like `sanitize_key()` do?
     1`sanitize_title()` is pretty slow, actually. What would switching to something like `sanitize_key()` do? I don't really know the history behind why it's the way it is, but it seems to me at a glance that it might not be much of a breaking change, if at all.