Skip to:
Content

BuddyPress.org

Changeset 9407


Ignore:
Timestamp:
01/28/2015 11:31:43 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Update single message conversation verbiage in single.php. Fixes #6087 again, but better this time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php

    r9296 r9407  
    1010                        <span class="highlight">
    1111
    12                                 <?php if ( 1 <= bp_get_thread_recipients_count() ) : ?>
     12                                <?php if ( bp_get_thread_recipients_count() <= 1 ) : ?>
    1313
    1414                                        <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.