<?php_e('No information yet…','health-check');?>
<?phpelse:?>
<?php_e('Results are still loading…','health-check');?>
<?phpendif;?>
</div>
</div>
<?phpif(false===$get_issues):?>
<p>
<?php_e('No Site Health information has been gathered yet, you can do so by visiting the Site Health page, alternatively the checks will run automatically once every week.','health-check');?>
</p>
<p>
<?php
printf(
// translators: %s: URL for the Site Health page.
__('<a href="%s">Visit the Site Health page</a> to gather information on about your site..','health-check'),
esc_url(admin_url('tools.php?page=health-check'))
);
?>
</p>
<?phpelse:?>
<p>
<?phpif($issue_counts->critical>0):?>
<?php_e('Your site has critical issues that should be addressed as soon as possible to improve the performance or security of your website.','health-check');?>
<?phpelseif($issues_total<=0):?>
<?php_e('Great job! Your site currently passes all site health checks.','health-check');?>
<?phpelse:?>
<?php_e('Your site scores pretty well on the Health Check, but there are still some things you can do to improve the performance and security of your website.','health-check');?>
<?phpendif;?>
</p>
<?phpendif;?>
<?phpif($issues_total>0&&false!==$get_issues):?>
<p>
<?php
printf(
// translators: 1: Count of issues. 2: URL for the Site Health page.
__('Take a look at the <strong>%1$d items</strong> on the <a href="%2$s">Site Health Check status page</a>.','health-check'),