get_posts() as $_post ) { if ( ! isset( $args['uniques'][ $_post->ID ] ) ) { ++$duplicate_count; } } echo esc_html( sprintf( // translators: %d is the number of duplicates. _n( '%d post was identified as aduplicate.', '%d posts were identified as duplicate.', $duplicate_count, 'friends' ), $duplicate_count ) ); echo ' '; esc_html_e( 'You can check or uncheck the posts before you click the button to delete them.', 'friends' ); ?>