Opened 4 weeks ago
Last modified 4 weeks ago
#49551 new defect (bug)
When editing a post date with some locales, the date format of month would shows wrong one.
Reported by: | tai | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Editor | Keywords: | |
Focuses: | javascript | Cc: |
Description
When editing a post date with some locales, the date format of month would shows wrong one.
It happens only when using the classic editor functions in the core, and the Gutenberg editor shows the right date format.
Step to reproduce:
- Install the classic editor and activate it.
- Select "日本語" (Japanese) at "Site Language" option.
- Open an edit screen of any post.
- Now the Published date (in ja "投稿日") string looks like "2020年2月12日"(bug-1.png)
- Click "編集"(Edit) at "投稿日" in Publish block.
- Select any month of NOT current one and click the OK button.
- Now the Published date string looks like "2020年1月月12日"(bug-2.png), inserted the unnecessary month suffix of Japanese "月".
How to fix:
I've dug into the source and found it happens around the below but no idea how to fix so far:
https://github.com/WordPress/WordPress/blob/master/wp-admin/js/post.js#L762-L772
Version:
I've checked it on WordPress 5.4-beta3 and WordPress 5.3.2
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
right month string.