Update plugins.conf.php
- The active DateChanger plugin overrides the time correction in the admin area
This commit is contained in:
parent
1a3ae63d63
commit
93f4bc2479
@ -27,7 +27,9 @@ $fp_plugins = array(
|
|||||||
'postviews', // Counts and displays entry views
|
'postviews', // Counts and displays entry views
|
||||||
'commentcenter', // including Akismet interface
|
'commentcenter', // including Akismet interface
|
||||||
'mediamanager',
|
'mediamanager',
|
||||||
'datechanger', // Lets you change the publish date for (new) entries.
|
// 'datechanger', // Lets you change the publish date for (new) entries.
|
||||||
|
// DateChanger uses UTC. The time correction in the admin area is skipped
|
||||||
|
// Therefore deactivated by default
|
||||||
'feed', // Activates the RSS and Atom feed widget
|
'feed', // Activates the RSS and Atom feed widget
|
||||||
'emoticons', // Activates an emoticons toolbar for entries and static pages
|
'emoticons', // Activates an emoticons toolbar for entries and static pages
|
||||||
'support', // Provides the FlatPress admin and the community with all relevant data in case of problems.
|
'support', // Provides the FlatPress admin and the community with all relevant data in case of problems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user