Opened 9 years ago
Last modified 4 years ago
#29390 new defect (bug)
add filter for get_date_from_gmt()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.2 |
Component: | I18N | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
Please add filter for i18n date`s in get_date_from_gmt();
Buddypress use this function in admin section for display posts time, and we can't change dates via i18n and filters for Persian dates (Jalali Calendar).
get_date_from_gmt() is located in wp-includes/formatting.php
Thank you
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thanks for the report zakrot.
Looks like the instances of
date()
andgmdate()
in this function need to be replaced withdate_i18n()
.