Changeset 5466 for trunk/bp-members/bp-members-template.php
- Timestamp:
- 12/09/2011 01:17:57 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-members/bp-members-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-template.php
r5458 r5466 480 480 'class' => 'avatar', 481 481 'id' => false, 482 'alt' => __( 'Profile picture of %s', 'buddypress')482 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), $members_template->member->fullname ) 483 483 ); 484 484 … … 776 776 'height' => false, 777 777 'html' => true, 778 'alt' => __( 'Profile picture of %s', 'buddypress')778 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_loggedin_user_fullname() ) 779 779 ); 780 780 … … 796 796 'height' => false, 797 797 'html' => true, 798 'alt' => __( 'Profile picture of %s', 'buddypress')798 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() ) 799 799 ); 800 800
Note: See TracChangeset
for help on using the changeset viewer.