Opened 4 years ago
Closed 4 years ago
#47392 closed defect (bug) (fixed)
Update date_query condition to verify param data in proper order
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Date/Time | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Here the code is doing something that it's using array values like $date_query['relation']
first then it's checking for ! is_array
which looking not proper and also we are checking empty value late so I have updated them in this PR.
Let me know if any other changes needed here. Thanks!
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
@vishalkakadiya good cache. i have tested above patch it working fine for me.
@desrosj can you please check it.