/* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */
__( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site’s <a href="%2$s">visibility settings</a>.'
),
__( 'https://wordpress.org/documentation/article/update-services/'
),
'options-reading.php'
);
?>
</p>
<?php
endif; ?>
<?php
} // enable_update_services_configuration ?>
<?php
do_settings_sections( 'writing'
); ?>
<?php
submit_button(); ?>
</form>
</div>
<?php
require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>