Ticket #5783: 5783.betterChmodErr.diff
File 5783.betterChmodErr.diff, 559 bytes (added by , 17 years ago) |
---|
-
wp-admin/theme-editor.php
135 135 ?> 136 136 </p> 137 137 <?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> 139 139 <?php endif; ?> 140 140 </form> 141 141 <?php