Changeset 3647 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 01/02/2011 02:42:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r3635 r3647 515 515 $item_id = $activities_template->activity->item_id; 516 516 517 if ( !$alt)517 if ( empty( $alt ) ) 518 518 $alt = __( 'Group logo of %s', 'buddypress' ); 519 519 … … 531 531 $item_id = $activities_template->activity->secondary_item_id; 532 532 533 if ( !$alt)533 if ( empty( $alt ) ) 534 534 $alt = __( 'Profile picture of %s', 'buddypress' ); 535 535
Note: See TracChangeset
for help on using the changeset viewer.