Changeset 8677 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 07/23/2014 06:30:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r8673 r8677 301 301 // Get a fallback for the 'alt' parameter 302 302 if ( empty( $alt ) ) 303 $alt = __( ' Avatar Image', 'buddypress' );303 $alt = __( 'Profile Photo', 'buddypress' ); 304 304 305 305 $html_alt = ' alt="' . esc_attr( $alt ) . '"'; … … 854 854 // Image alt tag 855 855 if ( empty( $alt ) ) { 856 $alt = sprintf( __( ' Avatarof %s', 'buddypress' ), bp_core_get_user_displayname( $id ) );856 $alt = sprintf( __( 'Profile photo of %s', 'buddypress' ), bp_core_get_user_displayname( $id ) ); 857 857 } 858 858
Note: See TracChangeset
for help on using the changeset viewer.