mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
esc_sql() for wp-includes
git-svn-id: https://develop.svn.wordpress.org/trunk@11978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1229,7 +1229,7 @@ function wp_update_comment($commentarr) {
|
||||
$comment = get_comment($commentarr['comment_ID'], ARRAY_A);
|
||||
|
||||
// Escape data pulled from DB.
|
||||
$comment = $wpdb->escape($comment);
|
||||
$comment = esc_sql($comment);
|
||||
|
||||
$old_status = $comment['comment_approved'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user