Opened 9 months ago

Closed 9 months ago

#21600 closed defect (bug) (fixed)

Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy)

Reported by: ocean90 Owned by: ryan
Priority: normal Milestone: 3.5
Component: Performance Version:
Severity: normal Keywords: has-patch needs-unit-tests
Cc: nacin

Description (last modified by ocean90)

Follow-up: #21593

If #21593 goes in, the post type/taxonomy name is already sanitized with sanitize_key() and shouldn't go through sanitize_title_with_dashes() again.

Attachments (1)

21600.patch (1.0 KB) - added by ocean90 9 months ago.

Download all attachments as: .zip

Change History (3)

  • Description modified (diff)
  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [21553]:

Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy). Props ocean90. fixes #21600

Note: See TracTickets for help on using tickets.