mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Administration: Merge similar "file does not exist" messages in plugin and theme editors.
Props ramiy. Fixes #47249. git-svn-id: https://develop.svn.wordpress.org/trunk@45431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -272,7 +272,7 @@ if ( $theme->errors() ) {
|
||||
|
||||
<?php
|
||||
if ( $error ) :
|
||||
echo '<div class="error"><p>' . __( 'Oops, no such file exists! Double check the name and try again, merci.' ) . '</p></div>';
|
||||
echo '<div class="error"><p>' . __( 'File does not exist! Please double check the name and try again.' ) . '</p></div>';
|
||||
else :
|
||||
?>
|
||||
<form name="template" id="template" action="theme-editor.php" method="post">
|
||||
|
||||
Reference in New Issue
Block a user