Opened 7 years ago
Closed 5 years ago
#3554 closed defect (bug) (fixed)
WordCamp Central improve single day date output
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | |
Cc: |
Description
Most WordCamps are held over one day. Others are held over multiple days.
https://central.wordcamp.org/
The date output for multiple days is nice: April 6-7, for example.
For single-day events, the output seems a bit off, doesn't it? April 7-7, May 26-26, etc.
Would it not be nice if single-day events are displayed as April 7, May 26 instead?
Attachments (2)
Change History (8)
#2
@
7 years ago
Looking back at this the logic in the first diff is flawed. Fixed in second, eek :)
This ticket was mentioned in Slack in #meta-wordcamp by sergey. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
#6
@
5 years ago
- Resolution set to fixed
- Status changed from reviewing to closed
Thanks for the report and patch! Fixed here:
https://github.com/WordPress/wordcamp.org/commit/9ae71f7fea25648a37a5a082558a0c894cfc5d05#diff-e26543cdd01aa82dd8046f4318707550
This only happens when End Date is provided when editing a WordCamp. If it's not provided the date appears "correctly". Patch 3554.diff makes sure that the ugly form is never output.