Changes between Initial Version and Version 1 of Ticket #22435, comment 30
- Timestamp:
- 06/16/2013 02:07:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22435, comment 30
initial v1 1 1 I don't think wpdb is the best place for the `build_IN_condition()` helper: 2 2 3 * it doesn't use any variables or methods from wpdb 3 * ~~it doesn't use any variables or methods from wpdb~~ 4 * it uses `$wpdb->prepare()` 4 5 * custom wpdb implementations would all need to add it