mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Site Health: Use _n() for %s Items with no issues detected string, missed in [45178].
See #46683. git-svn-id: https://develop.svn.wordpress.org/trunk@45179 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,7 +114,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
|
||||
<div class="site-health-issues-wrapper hidden" id="health-check-issues-good">
|
||||
<h3>
|
||||
<span class="issue-count">0</span> <?php _e( 'Items with no issues detected' ); ?>
|
||||
<?php printf( _n( '%s Item with no issues detected', '%s Items with no issues detected', 0 ), '<span class="issue-count">0</span>' ); ?>
|
||||
</h3>
|
||||
|
||||
<div id="health-check-site-status-good" class="health-check-accordion issues"></div>
|
||||
|
||||
Reference in New Issue
Block a user