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: | flixos90 | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Comments | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch stores date query in class property