Make WordPress Core

Opened 11 years ago

Last modified 2 months ago

#29390 assigned defect (bug)

add filter for get_date_from_gmt()

Reported by: zakrot's profile zakrot Owned by: pbearne's profile pbearne
Milestone: Future Release Priority: normal
Severity: normal Version: 1.2
Component: Date/Time 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)

29390.php (1.9 KB) - added by realloc 10 years ago.
Instances of date() and gmdate() in get_date_from_gmt() and get_gmt_from_date() replaced with date_i18n()
29390.patch (2.0 KB) - added by realloc 10 years ago.
Created from root directory & saved as .patch

Download all attachments as: .zip

Change History (7)

#1 @johnbillion
11 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release
  • Type changed from enhancement to defect (bug)
  • Version set to 1.2

Thanks for the report zakrot.

Looks like the instances of date() and gmdate() in this function need to be replaced with date_i18n().

@realloc
10 years ago

Instances of date() and gmdate() in get_date_from_gmt() and get_gmt_from_date() replaced with date_i18n()

@realloc
10 years ago

Created from root directory & saved as .patch

#2 @realloc
10 years ago

  • Keywords has-patch added; needs-patch removed

#3 @chriscct7
9 years ago

  • Keywords needs-refresh added

#4 @swissspidy
4 months ago

  • Component changed from I18N to Date/Time
  • Milestone set to Future Release

#5 @pbearne
2 months ago

  • Owner set to pbearne
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.