Skip to:
Content

BuddyPress.org

Ticket #6087: 6087.patch

File 6087.patch, 509 bytes (added by johnjamesjacoby, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php

     
    99                <p id="message-recipients">
    1010                        <span class="highlight">
    1111
    12                                 <?php if ( ! bp_get_thread_recipients_count() ) : ?>
     12                                <?php if ( 1 <= bp_get_thread_recipients_count() ) : ?>
    1313
    1414                                        <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?>
    1515