Opened 15 years ago
Closed 15 years ago
#1511 closed defect (bug) (fixed)
Topics created query returning incorrect results
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.0 | Priority: | high |
| Severity: | major | Version: | |
| Component: | Component - Topics | Keywords: | has-patch |
| Cc: |
Description
Example: http://testbp.org/discussion/users/johnjamesjacoby/
Looks like the functions and filters are interfering with each other. Should be an easy'ish fix if anyone has the time to take a stab at it.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Easy fix, but took sometime to track down. The 'post_author' query_var doesn't exist, and instead should just be 'author'. I've done a code search and think I caught the other instances (only 4 total).