Changeset 24713 for trunk/wp-includes/comment.php
- Timestamp:
- 07/16/2013 02:19:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r24490 r24713 1493 1493 1494 1494 // Escape data pulled from DB. 1495 $comment = esc_sql($comment);1495 $comment = wp_slash($comment); 1496 1496 1497 1497 $old_status = $comment['comment_approved'];
Note: See TracChangeset
for help on using the changeset viewer.