Changeset 8790
- Timestamp:
- 08/11/2014 04:37:42 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r8781 r8790 651 651 652 652 $fullname = bp_core_get_user_displayname( $messages_template->thread->last_sender_id ); 653 654 $defaults = array( 653 $alt = sprintf( __( 'Profile picture of %s', 'buddypress' ), $fullname ); 654 655 $r = bp_parse_args( $args, array( 655 656 'type' => 'thumb', 656 657 'width' => false, … … 658 659 'class' => 'avatar', 659 660 'id' => false, 660 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), $fullname ) 661 ); 662 663 $r = wp_parse_args( $args, $defaults ); 661 'alt' => $alt 662 ) ); 664 663 665 664 return apply_filters( 'bp_get_message_thread_avatar', bp_core_fetch_avatar( array(
Note: See TracChangeset
for help on using the changeset viewer.