Opened 12 years ago
Last modified 12 months ago
#29390 assigned defect (bug)
add filter for get_date_from_gmt()
| Reported by: | zakrot | Owned by: | pbearne |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Date/Time | Version: | 1.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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 (8)
#1
@
12 years ago
- Keywords needs-patch added
- Milestone Awaiting Review → Future Release
- Type enhancement → defect (bug)
- Version → 1.2
@
12 years ago
Instances of date() and gmdate() in get_date_from_gmt() and get_gmt_from_date() replaced with date_i18n()
This ticket was mentioned in PR #9221 on WordPress/wordpress-develop by @sainathpoojary.
12 months ago
#6
- Keywords needs-refresh removed
Trac ticket: #29390
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report zakrot.
Looks like the instances of
date()andgmdate()in this function need to be replaced withdate_i18n().