Opened 20 months ago
Last modified 20 months ago
#58515 new defect (bug)
Need to use $wpdb->prepare instead of sprintf
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Query | Keywords: | has-patch reporter-feedback 2nd-opinion |
Focuses: | coding-standards | Cc: |
Description
Need to use $wpdb->prepare instead of sprintf in "_prime_comment_caches" functions.
File: wp-includes/comment.php
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch Added