Make WordPress Core


Ignore:
Timestamp:
05/26/2019 12:34:09 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Administration: Merge similar "file does not exist" messages in plugin and theme editors.

Props ramiy.
Fixes #47249.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r45140 r45431  
    273273<?php
    274274if ( $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>';
    276276else :
    277277    ?>
Note: See TracChangeset for help on using the changeset viewer.