Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/page.php

    r11159 r11190  
    8383    $post = get_post_to_edit($page_ID);
    8484
    85     if ( empty($post->ID) ) wp_die( __("You attempted to edit a page that doesn't exist. Perhaps it was deleted?") );
     85    if ( empty($post->ID) ) wp_die( __('You attempted to edit a page that doesn’t exist. Perhaps it was deleted?') );
    8686
    8787    if ( 'page' != $post->post_type ) {
Note: See TracChangeset for help on using the changeset viewer.