开发者

Override drupal's core include files

开发者 https://www.devze.com 2023-02-25 10:33 出处:网络
Specifically common.inc. I need to modi开发者_如何学编程fy format_date, but I want to do it safely.You can only override a few specific files (like session.inc or cache.inc), it is not possible to ove

Specifically common.inc. I need to modi开发者_如何学编程fy format_date, but I want to do it safely.


You can only override a few specific files (like session.inc or cache.inc), it is not possible to override common.inc.

However, you don't need to. See my answer to your other question: Drupal not using custom time format type

0

精彩评论

暂无评论...
验证码 换一张
取 消