Changeset 7482
- Timestamp:
- 10/28/2013 08:31:48 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-templates/bp-legacy/buddypress/activity/entry.php (modified) (1 diff)
-
bp-themes/bp-default/activity/entry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/entry.php
r6915 r7482 86 86 <?php do_action( 'bp_before_activity_entry_comments' ); ?> 87 87 88 <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_get_comment_count() ) : ?>88 <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?> 89 89 90 90 <div class="activity-comments"> -
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.