';
printf(
/* translators: %1$s expands to Yoast SEO */
_n( 'The following file is blocking your XML sitemaps from working properly. Either delete it (this can be done with the "Fix it" button) or disable %1$s XML sitemaps.', 'The following files are blocking your XML sitemaps from working properly. Either delete them (this can be done with the "Fix it" button) or disable %1$s XML sitemaps.', count( $options['blocking_files'] ), 'wordpress-seo' ),
'Yoast SEO'
);
foreach ( $options['blocking_files'] as $file ) {
echo ' ', '', esc_html( $file ), '';
}
unset( $file );
echo ' ';
echo '