Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

Last modified 9 months ago

#2112 closed defect (bug) (duplicate)

i18ning post date in message-loop.php

Reported by: chouf1's profile chouf1 Owned by:
Milestone: 1.5 Priority: minor
Severity: Version:
Component: Core 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
14 years ago

  • Component set to Core
  • Resolution set to duplicate
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.