Changeset 3833 for trunk/bp-themes/bp-default/members/single/activity.php
- Timestamp:
- 01/22/2011 03:42:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity.php
r3810 r3833 21 21 22 22 <?php 23 if ( 'groups' != bp_current_action() ) :23 if ( !bp_is_current_action( 'groups' ) ) : 24 24 if ( bp_is_active( 'blogs' ) ) : ?> 25 25 … … 62 62 63 63 <?php 64 if ( is_user_logged_in() && bp_is_my_profile() && ( !bp_ is_current_action() || bp_is_current_action( 'just-me' ) ) )64 if ( is_user_logged_in() && bp_is_my_profile() && ( !bp_current_action() || bp_is_current_action( 'just-me' ) ) ) 65 65 locate_template( array( 'activity/post-form.php'), true ); 66 66
Note: See TracChangeset
for help on using the changeset viewer.