Ticket #5567: 5567.01.patch
File 5567.01.patch, 1.0 KB (added by , 11 years ago) |
---|
-
bp-templates/bp-legacy/buddypress/activity/entry.php
85 85 86 86 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 87 87 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() ) : ?> 89 89 90 90 <div class="activity-comments"> 91 91 -
bp-themes/bp-default/activity/entry.php
87 87 88 88 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 89 89 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() ) : ?> 91 91 92 92 <div class="activity-comments"> 93 93