Changeset 45431 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 05/26/2019 12:34:09 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r45140 r45431 273 273 <?php 274 274 if ( $error ) : 275 echo '<div class="error"><p>' . __( ' Oops, no such file exists! Double check the name and try again, merci.' ) . '</p></div>';275 echo '<div class="error"><p>' . __( 'File does not exist! Please double check the name and try again.' ) . '</p></div>'; 276 276 else : 277 277 ?>
Note: See TracChangeset
for help on using the changeset viewer.