Changes between Initial Version and Version 1 of Ticket #18052
- Timestamp:
- 07/10/11 01:50:55 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18052
- Property Milestone changed from Awaiting Review to 3.2.1
-
Ticket #18052 – Description
initial v1 1 1 '''Since WP 3.2''' 2 'category__and'does not filter invalid input when array given while using variables which may be valid integers or just anything depending on user input. E.g. a dropdown with categories to filter results. (what if no category or 'all' was selected?)2 `'category__and'` does not filter invalid input when array given while using variables which may be valid integers or just anything depending on user input. E.g. a dropdown with categories to filter results. (what if no category or 'all' was selected?) 3 3 4 4 consequence: loop breaks, no results returned … … 60 60 '''My Opinion''' 61 61 62 I think 'category__and'should take care of filtering the values instead of the developer having to wrap his head about this.62 I think `'category__and'` should take care of filtering the values instead of the developer having to wrap his head about this. 63 63 64 64 This has cost me 1,5 days headache because the change is nowhere documentated :(
