- Timestamp:
- 10/28/2014 05:12:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
r9089 r9095 10 10 <span class="highlight"> 11 11 12 <?php if ( ! bp_get_the_thread_recipients() ) : ?>12 <?php if ( ! bp_get_thread_recipients_count() ) : ?> 13 13 14 14 <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?> 15 15 16 <?php elseif ( 5 <= bp_get_thread_recipients_count() ) : ?> 17 18 <?php printf( __( 'Conversation between %s recipients.', 'buddypress' ), number_format_i18n( bp_get_thread_recipients_count() ) ); ?> 19 16 20 <?php else : ?> 17 21 18 <?php printf( __( 'Conversation between %s and you.', 'buddypress' ), bp_get_th e_thread_recipients() ); ?>22 <?php printf( __( 'Conversation between %s and you.', 'buddypress' ), bp_get_thread_recipients_list() ); ?> 19 23 20 24 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.