Opened 11 years ago
Closed 11 years ago
#25619 closed defect (bug) (duplicate)
Don't use wpdb::prepare() in update_meta_cache()
Reported by: | kovshenin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Options, Meta APIs | Keywords: | has-patch |
Focuses: | Cc: |
Description
Using wpdb::prepare()
in update_meta_cache()
doesn't really prepare anything. If #25604 makes it in, core will be _doing_it_wrong()
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Got picked up in [26307]. #25511.