Opened 10 years ago
Closed 10 years ago
#36741 closed defect (bug) (fixed)
Store `WP_Date_Query` instance in class property of `WP_Comment_Query`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | minor | Version: | 3.1 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | Cc: |
Description
WP_Comment_Query has a class property $date_query which is supposed to hold the WP_Date_Query instance used by the main query, but it currently is not used at all. It's only used inside a class method at this point, however the date query instance should actually be available through the class property I think.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
patch stores date query in class property