Changeset 8762
- Timestamp:
- 08/06/2014 07:20:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r8754 r8762 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_get_comment_count() || bp_activity_can_comment() ) || bp_is_single_activity() ) : ?> 89 89 90 90 <div class="activity-comments"> … … 92 92 <?php bp_activity_comments(); ?> 93 93 94 <?php if ( is_user_logged_in() ) : ?>94 <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?> 95 95 96 96 <form action="<?php bp_activity_comment_form_action(); ?>" method="post" id="ac-form-<?php bp_activity_id(); ?>" class="ac-form"<?php bp_activity_comment_form_nojs_display(); ?>>
Note: See TracChangeset
for help on using the changeset viewer.