Ticket #6087: 6087.patch
File 6087.patch, 509 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php
9 9 <p id="message-recipients"> 10 10 <span class="highlight"> 11 11 12 <?php if ( !bp_get_thread_recipients_count() ) : ?>12 <?php if ( 1 <= bp_get_thread_recipients_count() ) : ?> 13 13 14 14 <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?> 15 15