Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22435, comment 30


Ignore:
Timestamp:
06/16/2013 02:07:55 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22435, comment 30

    initial v1  
    11I don't think wpdb is the best place for the `build_IN_condition()` helper:
    22
    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()`
    45* custom wpdb implementations would all need to add it