- Timestamp:
- 05/02/2015 01:36:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
r9819 r9830 21 21 <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?> 22 22 23 <?php elseif ( 5<= bp_get_thread_recipients_count() ) : ?>23 <?php elseif ( bp_get_max_thread_recipients_to_list() <= bp_get_thread_recipients_count() ) : ?> 24 24 25 25 <?php printf( __( 'Conversation between %s recipients.', 'buddypress' ), number_format_i18n( bp_get_thread_recipients_count() ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.