[buddypress-trac] [BuddyPress] #3149: International Date format for XProfile fields

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Apr 12 13:43:20 UTC 2011


#3149: International Date format for XProfile fields
--------------------------+----------------------------------------------
  Reporter:  dhoppe       |      Owner:
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:  Awaiting Review
 Component:  XProfile     |    Version:  1.3
Resolution:               |   Keywords:  i10n, multilingual, date, format
--------------------------+----------------------------------------------

Comment (by dhoppe):

 Same problem with the time value in the same function:

 {{{
 $time = date( ' g:ia', $time_offset );
 }}}

 Should be changed to:

 {{{
 $time = date( _x('g:ia', 'buddypress'), $time_offset );
 }}}

-- 
Ticket URL: <https://trac.buddypress.org/ticket/3149#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list