__( 'The currently selected Privacy Policy page does not exist. Please create or select a new page.' ),
'error'
);
} else {
if ( 'trash' === $privacy_policy_page->post_status ) {
add_settings_error(
'page_for_privacy_policy',
'page_for_privacy_policy',
sprintf(
/* translators: %s: URL to Pages Trash. */
__( 'The currently selected Privacy Policy page is in the Trash. Please create or select a new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
/* translators: Tab heading for Site Health Status page. */
_ex( 'Policy Guide', 'Privacy Settings' );
?>
</a>
</nav>
</div>
<hr class="wp-header-end">
<div class="notice notice-error hide-if-js">
<p><?php_e( 'The Privacy Settings require JavaScript.' ); ?></p>
</div>
<div class="privacy-settings-body hide-if-no-js">
<h2><?php_e( 'Privacy Settings' ); ?></h2>
<p>
<?php_e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a Privacy Policy.' ); ?>
<?php_e( 'If you already have a Privacy Policy page, please select it below. If not, please create one.' ); ?>
</p>
<p>
<?php_e( 'The new page will include help and suggestions for your Privacy Policy.' ); ?>
<?php_e( 'However, it is your responsibility to use those resources correctly, to provide the information that your Privacy Policy requires, and to keep that information current and accurate.' ); ?>
</p>
<p>
<?php_e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
<?php_e( 'We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our Privacy Policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),