Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r11187 r11190  
    196196    switch ( $code ) {
    197197        case 1 :
    198             wp_die( __('Sorry, can’t edit files with ".." in the name. If you are trying to edit a file in your WordPress home directory, you can just type the name of the file in.' ));
     198            wp_die( __('Sorry, can’t edit files with “..” in the name. If you are trying to edit a file in your WordPress home directory, you can just type the name of the file in.' ));
    199199
    200200        case 2 :
Note: See TracChangeset for help on using the changeset viewer.