Changeset 37713
- Timestamp:
- 06/15/2016 02:50:38 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r37674 r37713 601 601 if ( $commentdata['comment_author_email'] ) { 602 602 $dupe .= $wpdb->prepare( 603 " ORcomment_author_email = %s ",603 "AND comment_author_email = %s ", 604 604 wp_unslash( $commentdata['comment_author_email'] ) 605 605 );
Note: See TracChangeset
for help on using the changeset viewer.