You should at all costs avoid making any changes to Drupal core.
Why Not
- Any changes you make to Drupal core will also need to be added again when you ugrade your project with a security release
- or update your project to the next version of Drupal
- Your system may become unstable as you are changing the framework within which modules operate
- You may create security vulnerabilities
How To Avoid
- Using the Drupal hook system it's possible to override most of Drupal's processing
- The theme system gives you the possibility of overriding all content being output
- Locale can be used to change the wording of Drupal's interface
Recent comments
2 hours 22 min ago
1 day 2 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 8 hours ago
5 days 20 hours ago
6 days 45 min ago
6 days 51 min ago
6 days 3 hours ago
6 days 4 hours ago