' . __('Password Protected', 'buddypress') . ''; echo '
' . __('Enter the password to view comments.', 'buddypress') . '
'; return; endif; if ( is_page() && !have_comments() && !comments_open() && !pings_open() ) return; include('tmpl/comments-loop.php'); include('tmpl/comments-open.php'); include('tmpl/comments-trackbacks.php');