Using the WordPress Editor is a good way to mess up your WordPress installation. Inexperienced users can use this Editor to take the website offline by making one single typo. If you don’t want this to happen you can disable the editor. Add the line below to your wp-config.php:
define('DISALLOW_FILE_EDIT', true);