found_posts; $s = htmlentities( $s ); if ( $total_results ) { printf( esc_html( _n( '%1$d search result for "%2$s"', '%1$d search results for "%2$s"', $total_results, 'period' ) ), $total_results, $s ); } else { printf( esc_html__( 'No search results for "%s"', 'period' ), $s ); } ?>

found_posts; if ( $total_results ) { ?>