Skip to:
Content

BuddyPress.org

Changeset 4692


Ignore:
Timestamp:
07/18/2011 09:06:30 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Use proper get function from r4692.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/entry.php

    r4691 r4692  
    8989    <?php do_action( 'bp_before_activity_entry_comments' ); ?>
    9090
    91     <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_comment_count() ) : ?>
     91    <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_get_comment_count() ) : ?>
    9292
    9393        <div class="activity-comments">
Note: See TracChangeset for help on using the changeset viewer.