Changeset 4691
- Timestamp:
- 07/18/2011 09:05:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r4689 r4691 89 89 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 90 90 91 <?php if ( bp_activity_can_comment() ) : ?>91 <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_comment_count() ) : ?> 92 92 93 93 <div class="activity-comments">
Note: See TracChangeset
for help on using the changeset viewer.