Ticket #3800: 3800.01.patch
File 3800.01.patch, 596 bytes (added by , 13 years ago) |
---|
-
bp-messages/bp-messages-template.php
607 607 $recipients = explode( ' ', bp_get_message_get_recipient_usernames() ); 608 608 609 609 foreach ( $recipients as $recipient ) { 610 if ( $user_id = bp_core_get_userid( $recipient ) ) : ?> 610 $user_id = bp_is_username_compatibility_mode() ? bp_core_get_userid( $recipient ) : bp_core_get_userid_from_nicename( $recipient ); 611 612 if ( $user_id ) : ?> 611 613 612 614 <li id="un-<?php echo esc_attr( $recipient ); ?>" class="friend-tab"> 613 615 <span><?php