-
Notifications
You must be signed in to change notification settings - Fork 51
Looooong timezone-array needed everywhere? #923
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Milestone
Description
Describe your question
Does GatherPress really need all possible timezones:
- in the frontend markup?
- in the backend markup?
- on every page load?
@swissspidy: Aside: just adding a script tag like this is usually not a good idea. You should at least use
wp_print_inline_script_tag. Even better, attach it to a specific script withwp_add_inline_script.
@carstingaxion: I wanted to suggest the same, even that the relevant data - the timezones, in this case - are only used for the Event Date Block (#684)
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Type
Projects
Status
Done