More informative error message when theme files are not writable. Props hansengel. fixes #5783
git-svn-id: https://develop.svn.wordpress.org/trunk@6772 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8e572ac78c
commit
fb05c7e4b7
@ -135,7 +135,7 @@ if ($allowed_files) :
|
||||
?>
|
||||
</p>
|
||||
<?php else : ?>
|
||||
<p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
|
||||
<p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
|
||||
<?php endif; ?>
|
||||
</form>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user