Changeset 45431 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 05/26/2019 12:34:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r45140 r45431 106 106 107 107 if ( ! is_file( $real_file ) ) { 108 wp_die( sprintf( '<p>%s</p>', __( ' No such file exists! Double check the name and try again.' ) ) );108 wp_die( sprintf( '<p>%s</p>', __( 'File does not exist! Please double check the name and try again.' ) ) ); 109 109 } else { 110 110 // Get the extension of the file
Note: See TracChangeset
for help on using the changeset viewer.