Make WordPress Core


Ignore:
Timestamp:
05/05/2009 04:28:05 AM (16 years ago)
Author:
azaozz
Message:

Banishing ASCII quotes and apostrophes, props demetris, fixes #9655

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r11169 r11190  
    413413    if ( $wpdb->get_var($dupe) ) {
    414414        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!') );
    418418    }
    419419
Note: See TracChangeset for help on using the changeset viewer.