Changeset 7483
- Timestamp:
- 10/29/2013 05:59:52 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/entry.php
r7482 r7483 86 86 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 87 87 88 <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?>88 <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?> 89 89 90 90 <div class="activity-comments"> -
trunk/bp-themes/bp-default/activity/entry.php
r7482 r7483 88 88 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 89 89 90 <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?>90 <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?> 91 91 92 92 <div class="activity-comments">
Note: See TracChangeset
for help on using the changeset viewer.