Make WordPress Core

Changeset 6772


Ignore:
Timestamp:
02/09/2008 08:17:49 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

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

    r6026 r6772  
    136136</p>
    137137<?php else : ?>
    138 <p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
     138<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>
    139139<?php endif; ?>
    140140    </form>
Note: See TracChangeset for help on using the changeset viewer.