More informative error message when plugin files are not writable. Props hansengel. fixes #5783
git-svn-id: http://svn.automattic.com/wordpress/trunk@6832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5f89eb624
commit
43503fe141
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue