Opened 13 years ago
Closed 13 years ago
#21298 closed defect (bug) (invalid)
get_page_by_path() returns trashed pages
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Query | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
This causes weird bugs: if you go to http://example.com/trashed-page/
- if you're an admin, you'll see the page as if it was published
- if you're not, you get a 404
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hmm,
get_page_by_path()
indeed returns trashed pages, but I could not reproduce seeing the page as if it was published due to the check inget_posts()
:http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/query.php#L2674