Skip to:
Content

BuddyPress.org

Ticket #5567: 5567.01.patch

File 5567.01.patch, 1.0 KB (added by r-a-y, 11 years ago)
  • bp-templates/bp-legacy/buddypress/activity/entry.php

     
    8585
    8686        <?php do_action( 'bp_before_activity_entry_comments' ); ?>
    8787
    88         <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
     88        <?php if ( bp_activity_can_comment() || bp_is_single_activity() ) : ?>
    8989
    9090                <div class="activity-comments">
    9191
  • bp-themes/bp-default/activity/entry.php

     
    8787
    8888        <?php do_action( 'bp_before_activity_entry_comments' ); ?>
    8989
    90         <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
     90        <?php if ( bp_activity_can_comment() || bp_is_single_activity() ) : ?>
    9191
    9292                <div class="activity-comments">
    9393