Changeset 4252
- Timestamp:
- 04/23/2011 12:26:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-template.php
r4243 r4252 576 576 577 577 function bp_message_get_recipient_tabs() { 578 if ( $recipients = bp_get_message_get_recipient_usernames() ) : 578 $recipients = explode( ' ', bp_get_message_get_recipient_usernames() ); 579 580 foreach ( $recipients as $recipient ) { 579 581 if ( $user_id = bp_core_get_userid( $recipient ) ) : ?> 580 582 … … 587 589 588 590 <?php endif; 589 endif;591 } 590 592 } 591 593
Note: See TracChangeset
for help on using the changeset viewer.