#56586 closed enhancement (fixed)
Remove extra sanitization before caching in get_pages function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | performance | Cc: |
Description
This ticket is related to #50567 , respectively r53042 , where a filter is set to raw
for any post passed through the update_post_cache
function.
There is a custom logic in `get_pages()` function for preventing duplicate sanitization of pages before they are cached (introduced in r12062 ), which is now redundant.
IMHO, we can safely remove the custom logic from the function when r53042 is in place.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This issue was fixed as part of [55569].