Ticket #5783: 5783.betterChmodErr.diff

File 5783.betterChmodErr.diff, 559 bytes (added by hansengel, 4 years ago)

Enhances the file-is-not-writable error a bit

  • wp-admin/theme-editor.php

     
    135135?> 
    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> 
    141141        <?php