Opened 8 years ago
Closed 8 years ago
#7627 closed defect (bug) (fixed)
bp_get_profile_field_data() doesn't translate the datebox field values
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 2.9.0 |
| Component: | I18N | Keywords: | has-patch |
| Cc: |
Description
As the tile, if you use the function bp_get_profile_field_data() to get the value of a datebox custom field, the value returned isn't translated in the current language set in WordPress settings.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Used date_i18n() instead of just date()