Changes between Initial Version and Version 3 of Ticket #37411
- Timestamp:
- 07/19/2016 04:47:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37411
- Property Keywords 4.7-early needs-patch added; has-patch removed
-
Ticket #37411 – Description
initial v3 1 1 In some themes, date format is not localized (see an [https://themes.trac.wordpress.org/browser/sadakalo/1.7.0/content.php?marks=13#L9 example] in Sadakalo theme). 2 2 3 Formats like `'F jS Y'` don't make a lot of sense for languages with declensions, which generally use `'j F Y'` (where F requires declension).3 Formats like `'F jS Y'` don't make a lot of sense for languages with declensions, which generally use `'j F Y'` (where F requires genitive case). 4 4 5 5 We could improve the situation by adding more formats to `wp_maybe_decline_date()` introduced in #11226.