#2112 closed defect (bug) (duplicate)
i18ning post date in message-loop.php
| Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
This should be fixed by [3454]. See #1086