ID, false ) ); ?>
ID );
echo esc_html( number_format_i18n( $comment_counts['total_comments'] ) );
$pending_comments = $comment_counts['awaiting_moderation'];
if ( $pending_comments > 0 && current_user_can( 'moderate_comments' ) ) {
$comment_link = vphq_admin_page_link( 'comments-by-post', $video->ID );
$comment_link = add_query_arg( 'filter', 'hold', $comment_link );
$comment_link_label = sprintf( __( '%d pending', 'videopress-hq' ), $pending_comments );
?>