Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 3 years ago

#2112 closed defect (bug) (duplicate)

i18ning post date in message-loop.php

Reported by: chouf1 Owned by:
Priority: minor Milestone: 1.5
Component: Core Version:
Severity: Keywords:
Cc:

Description

the date in the message is always in english format.

<td width="30%" class="thread-from">

<?php _e( 'To:', 'buddypress' ); ?> <?php bp_message_thread_to() ?><br />

<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
</td>

Change History (1)

#1 @boonebgorges
16 years ago

  • ComponentCore
  • Resolutionduplicate
  • Status newclosed

This should be fixed by [3454]. See #1086

Note: See TracTickets for help on using tickets.