Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 08:20:01 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Adjust verbiage and fix bug when a user sends a private message to themselves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-template.php

    r4678 r4777  
    780780        }
    781781
     782        // User sent a message to themselves
     783        if ( empty( $recipient_links ) )
     784            $recipient_links[] = __( 'you', 'buddypress' );
     785
    782786        return apply_filters( 'bp_get_the_thread_recipients', implode( ', ', (array)$recipient_links ) );
    783787    }
Note: See TracChangeset for help on using the changeset viewer.