Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This diff adds
d.m.Y
(day.month.year) as a supported date format in…
… WordPress's general settings. This gives users another option when selecting how dates are displayed on their site. The `array_unique` call ensures that if this format was already added by a plugin or theme, it won't be duplicated. This change is relevant if you are concerned with internationalization or providing more date format choices for users in regions where this format is common.
- Loading branch information