More informative error message when plugin files are not writable. Props hansengel. fixes #5783

git-svn-id: https://develop.svn.wordpress.org/trunk@6832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-13 23:58:23 +00:00
parent 4b81719295
commit e3066a0ff2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ if ($plugin_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