' . esc_html__( 'Your XML Sitemap', 'wordpress-seo' ) . ''; if ( $options['enablexmlsitemap'] === true ) { echo '
';
/* translators: %1$s opening tag of the link to the Sitemap, %2$s closing tag for the link. */
printf(
esc_html__( 'You can find your XML Sitemap here: %1$sXML Sitemap%2$s', 'wordpress-seo' ),
'',
''
);
echo '
';
echo '
';
_e( 'You do not need to generate the XML sitemap, nor will it take up time to generate after publishing a post.', 'wordpress-seo' );
echo '
', __( 'Save your settings to activate your XML Sitemap.', 'wordpress-seo' ), '
'; } echo 'textinput( 'entries-per-page', __( 'Max entries per sitemap', 'wordpress-seo' ) );