Changeset 2490 for trunk/bp-themes/bp-default/members/single/activity.php
- Timestamp:
- 01/31/2010 01:21:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity.php
r2488 r2490 23 23 <?php do_action( 'bp_before_member_activity_post_form' ) ?> 24 24 25 <?php if ( is_user_logged_in() && bp_is_my_profile() ) : ?>25 <?php if ( is_user_logged_in() && bp_is_my_profile() && ( '' == bp_current_action() || 'just-me' == bp_current_action() ) ) : ?> 26 26 <?php locate_template( array( 'activity/post-form.php'), true ) ?> 27 27 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.