Opened 16 years ago
Closed 16 years ago
#13945 closed defect (bug) (fixed)
Calling setup_postdata prior to wp() being run breaks the query.
| Reported by: | prettyboymp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks sane.