' . __( 'Password Protected', 'buddypress' ) . ''; echo '

' . __( 'Enter the password to view comments.', 'buddypress' ) . '

'; return; } if ( have_comments() ) : $num_comments = 0; $num_trackbacks = 0; foreach ( (array) $comments as $comment ) { if ( 'comment' != get_comment_type() ) { $num_trackbacks++; } else { $num_comments++; } } ?>

' . get_the_title() . '' ); ?>

    'bp_dtheme_blog_comments', 'type' => 'comment' ) ); ?>

trackbacks and pingbacks are open.', 'buddypress' ), get_trackback_url() ); ?>