Make WordPress Core

Changeset 6832


Ignore:
Timestamp:
02/13/2008 11:58:23 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

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

    r4881 r6832  
    142142    </p>
    143143<?php else : ?>
    144     <p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
     144    <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>
    145145<?php endif; ?>
    146146 </form>
Note: See TracChangeset for help on using the changeset viewer.