Changeset 2389 for trunk/bp-groups.php
- Timestamp:
- 01/21/2010 11:19:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r2381 r2389 155 155 if ( $bp->current_component == $bp->groups->slug ) { 156 156 157 if ( bp_is_ home() && !$bp->is_single_item ) {157 if ( bp_is_my_profile() && !$bp->is_single_item ) { 158 158 159 159 $bp->bp_options_title = __( 'My Groups', 'buddypress' ); 160 160 161 } else if ( !bp_is_ home() && !$bp->is_single_item ) {161 } else if ( !bp_is_my_profile() && !$bp->is_single_item ) { 162 162 163 163 $bp->bp_options_avatar = bp_core_fetch_avatar( array( 'item_id' => $bp->displayed_user->id, 'type' => 'thumb' ) ); … … 1903 1903 ) ); 1904 1904 1905 do_action( 'bp_groups_posted_update', $content, $user_id, $group_id, $activity_id ); 1906 1905 1907 return $activity_id; 1906 1908 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)