Opened 14 years ago
Closed 14 years ago
#13945 closed defect (bug) (fixed)
Calling setup_postdata prior to wp() being run breaks the query.
Reported by: | prettyboymp | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
I was writing code to register sidebars based on a posts of a custom post type. While doing this, I noticed that the manage posts and manage pages screen was showing "No pages found".
After looking into, I found that there is a collision with the global variable $day. Its set as a public query_var, but at the same time is used many other places with a different purpose.
My thoughts are that its safer to change the name of the global $day than to change the query var.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looks sane.