Opened 19 months ago
Last modified 10 months ago
#19198 reviewing defect (bug)
Die fast in get_posts if in_search_post_types returns nothing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Query | Version: | 3.2.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
From a comment of mine in #18364, which nacin suggested was worth a follow-up ticket:
Just noticed that this logic here might in fact have a flaw: if there are no post types which have exclude_from_search = false, then magically *all* post types will be checked? Am I reading this right? In that case, shouldn't we just immediately return no results?
Obviously, this wouldn't be an issue except in a very customized setup where all post types have exclude_from_search = true, but still... thoughts anyone?
Attachments (2)
Change History (5)
mitchoyoshitaka — 19 months ago
- Owner set to ryan
- Status changed from new to reviewing
mitchoyoshitaka — 19 months ago
comment:3
coffee2code — 10 months ago
- Version set to 3.2.1
Note: See
TracTickets for help on using
tickets.

This patch incorporates two decisions:
Feedback welcome.