Ticket #5783: 5783.betterChmodErr.diff
| File 5783.betterChmodErr.diff, 0.5 kB (added by hansengel, 7 months ago) |
|---|
-
wp-admin/theme-editor.php
old new 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
