Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/31/2010 01:21:13 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1737

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/activity.php

    r2488 r2490  
    2323<?php do_action( 'bp_before_member_activity_post_form' ) ?>
    2424
    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() ) ) : ?>
    2626    <?php locate_template( array( 'activity/post-form.php'), true ) ?>
    2727<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.