Changeset 6175
- Timestamp:
- 07/11/2012 08:49:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r6172 r6175 1063 1063 1064 1064 if ( empty( $alt ) ) { 1065 $group = groups_get_group( $item_id ); 1066 if ( isset( $group->name ) ) { 1067 $alt = sprintf( __( 'Group logo of %s', 'buddypress' ), $group->name ); 1068 } else { 1069 $alt = __( 'Group logo', 'buddypress' ); 1065 $alt = __( 'Group logo', 'buddypress' ); 1066 1067 if ( bp_is_active( 'groups' ) ) { 1068 $group = groups_get_group( $item_id ); 1069 if ( isset( $group->name ) ) 1070 $alt = sprintf( __( 'Group logo of %s', 'buddypress' ), $group->name ); 1070 1071 } 1071 1072 }
Note: See TracChangeset
for help on using the changeset viewer.