Changeset 7482 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 10/28/2013 08:31:48 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/entry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r6522 r7482 88 88 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 89 89 90 <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_get_comment_count() ) : ?>90 <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?> 91 91 92 92 <div class="activity-comments">
Note: See TracChangeset
for help on using the changeset viewer.