found_posts; $none = esc_html__( 'No results found. Please broaden your terms and search again.', 'brittany-light' ); $one = esc_html__( 'Just one result found. We either nailed it, or you might want to broaden your terms and search again.', 'brittany-light' ); /* translators: %d is a number of results. */ $many = esc_html( sprintf( _n( '%d result found.', '%d results found.', $found, 'brittany-light' ), $found ) ); ?>