Changes between Initial Version and Version 1 of Ticket #19958, comment 15
- Timestamp:
- 11/26/2012 04:10:20 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19958, comment 15
initial v1 1 1 Notes to self 2 2 3 removing $wpdb->prepare have I broken SQL santation 3 check that removing $wpdb->prepare have I broken SQL santation 4 this looks OK as we check for valid values before using them 5 4 6 5 7 check this 3639 … … 7 9 return $pages; 8 10 9 this should be a not the same return need to check the output of array_intersect 11 this should be a not the same return need to check the output of array_intersect maybe use array_diff