#5388 closed defect (bug) (fixed)
in WP 3.9 wpdb::prepare() will require a placeholder
| Reported by: | imath | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
See ticket #25604
As a result, the query used in the function bp_update_meta_cache() generates a notice. I've attached a diff to escape the id_list instead of using wpdb::prepare()
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7845: