Changeset 11978 for trunk/wp-includes/comment.php
- Timestamp:
- 09/27/2009 05:33:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r11971 r11978 1230 1230 1231 1231 // Escape data pulled from DB. 1232 $comment = $wpdb->escape($comment);1232 $comment = esc_sql($comment); 1233 1233 1234 1234 $old_status = $comment['comment_approved'];
Note: See TracChangeset
for help on using the changeset viewer.