Changeset 11190 for trunk/wp-includes/comment.php
- Timestamp:
- 05/05/2009 04:28:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r11169 r11190 413 413 if ( $wpdb->get_var($dupe) ) { 414 414 if ( defined('DOING_AJAX') ) 415 die( __('Duplicate comment detected; it looks as though you \'ve already said that!') );416 417 wp_die( __('Duplicate comment detected; it looks as though you \'ve already said that!') );415 die( __('Duplicate comment detected; it looks as though you’ve already said that!') ); 416 417 wp_die( __('Duplicate comment detected; it looks as though you’ve already said that!') ); 418 418 } 419 419
Note: See TracChangeset
for help on using the changeset viewer.