Changes between Initial Version and Version 5 of Ticket #47392
- Timestamp:
- 08/19/2019 02:43:20 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47392
-
Property
Status
changed from
newtoreviewing -
Property
Component
changed from
GeneraltoDate/Time -
Property
Version
changed from
trunkto -
Property
Milestone
changed from
Awaiting Reviewto5.3 - Property Owner set to SergeyBiryukov
-
Property
Status
changed from
-
Ticket #47392 – Description
initial v5 1 Here the code is doing something that it's using array values like $date_query['relation'] first then it's checking for ! is_arraywhich looking not proper and also we are checking empty value late so I have updated them in this PR.1 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. 2 2 3 3 Let me know if any other changes needed here. Thanks!