<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[45099] trunk/src/wp-admin: Site Health: i18n audit, take 1.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/45099">45099</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/45099","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>SergeyBiryukov</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-04-02 21:31:43 +0000 (Tue, 02 Apr 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Site Health: i18n audit, take 1.

* Split plural strings with multiple sentences to avoid duplicating translations.
* Decouple strings where the singular and plural form are not just the same string with different numbers, but essentially two different strings.
* Use an established pattern for numbered placeholders in translator comments.
* Replace constants in translatable strings with placeholders, mark them as code.
* Make sure sentences are translated as a whole, not as separate string parts.
* Remove unnecessary context and escaping.

Props ocean90, SergeyBiryukov.
See <a href="https://core.trac.wordpress.org/ticket/46683">#46683</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminincludesclasswpsitehealthautoupdatesphp">trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php</a></li>
<li><a href="#trunksrcwpadminincludesclasswpsitehealthphp">trunk/src/wp-admin/includes/class-wp-site-health.php</a></li>
<li><a href="#trunksrcwpadminsitehealthinfophp">trunk/src/wp-admin/site-health-info.php</a></li>
<li><a href="#trunksrcwpadminsitehealthphp">trunk/src/wp-admin/site-health.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminincludesclasswpsitehealthautoupdatesphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php 2019-04-02 13:33:47 UTC (rev 45098)
+++ trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php   2019-04-02 21:31:43 UTC (rev 45099)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -227,7 +227,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                if ( $checkout && ! apply_filters( 'automatic_updates_is_vcs_checkout', true, ABSPATH ) ) {
</span><span class="cx" style="display: block; padding: 0 10px">                        return array(
</span><span class="cx" style="display: block; padding: 0 10px">                                'description' => sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        // translators: %1$s: Folder name. %2$s: Version control directory. %3$s: Filter name.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 // translators: 1: Folder name. 2: Version control directory. 3: Filter name.
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'The folder %1$s was detected as being under version control (%2$s), but the %3$s filter is allowing updates.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<code>' . $check_dir . '</code>',
</span><span class="cx" style="display: block; padding: 0 10px">                                        "<code>$vcs_dir</code>",
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -240,7 +240,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                if ( $checkout ) {
</span><span class="cx" style="display: block; padding: 0 10px">                        return array(
</span><span class="cx" style="display: block; padding: 0 10px">                                'description' => sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        // translators: %1$s: Folder name. %2$s: Version control directory.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 // translators: 1: Folder name. 2: Version control directory.
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'The folder %1$s was detected as being under version control (%2$s).' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<code>' . $check_dir . '</code>',
</span><span class="cx" style="display: block; padding: 0 10px">                                        "<code>$vcs_dir</code>"
</span></span></pre></div>
<a id="trunksrcwpadminincludesclasswpsitehealthphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/includes/class-wp-site-health.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/includes/class-wp-site-health.php      2019-04-02 13:33:47 UTC (rev 45098)
+++ trunk/src/wp-admin/includes/class-wp-site-health.php        2019-04-02 21:31:43 UTC (rev 45099)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,6 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Class for looking up a sites health based on a users WordPress environment.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Class for looking up a site's health based on a user's WordPress environment.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @package WordPress
</span><span class="cx" style="display: block; padding: 0 10px">  * @subpackage Site_Health
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -298,7 +298,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                $plugins_have_updates = false;
</span><span class="cx" style="display: block; padding: 0 10px">                $plugins_active       = 0;
</span><span class="cx" style="display: block; padding: 0 10px">                $plugins_total        = 0;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $plugins_needs_update = 0;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $plugins_need_update  = 0;
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                // Loop over the available plugins and check their versions and active state.
</span><span class="cx" style="display: block; padding: 0 10px">                foreach ( $plugins as $plugin_path => $plugin ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -311,13 +311,13 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $plugin_version = $plugin['Version'];
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        if ( array_key_exists( $plugin_path, $plugin_updates ) ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                $plugins_needs_update++;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         $plugins_need_update++;
</ins><span class="cx" style="display: block; padding: 0 10px">                                 $plugins_have_updates = true;
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                // Add a notice if there are outdated plugins.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                if ( $plugins_needs_update > 0 ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         if ( $plugins_need_update > 0 ) {
</ins><span class="cx" style="display: block; padding: 0 10px">                         $result['status'] = 'critical';
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['label'] = __( 'You have plugins waiting to be updated' );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -325,32 +325,35 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        esc_html(
-                                               /* translators: %d: The number of outdated plugins. */
-                                               _n(
-                                                       'Your site has %d plugin waiting to be updated.',
-                                                       'Your site has %d plugins waiting for updates.',
-                                                       $plugins_needs_update
-                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: %d: The number of outdated plugins. */
+                                       _n(
+                                               'Your site has %d plugin waiting to be updated.',
+                                               'Your site has %d plugins waiting to be updated.',
+                                               $plugins_need_update
</ins><span class="cx" style="display: block; padding: 0 10px">                                         ),
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        $plugins_needs_update
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 $plugins_need_update
</ins><span class="cx" style="display: block; padding: 0 10px">                                 )
</span><span class="cx" style="display: block; padding: 0 10px">                        );
</span><span class="cx" style="display: block; padding: 0 10px">                } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        $result['description'] .= sprintf(
-                               '<p>%s</p>',
-                               sprintf(
-                                       esc_html(
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( 1 === $plugins_active ) {
+                               $result['description'] .= sprintf(
+                                       '<p>%s</p>',
+                                       __( 'Your site has 1 active plugin, and it is up to date.' )
+                               );
+                       } else {
+                               $result['description'] .= sprintf(
+                                       '<p>%s</p>',
+                                       sprintf(
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 /* translators: %d: The number of active plugins. */
</span><span class="cx" style="display: block; padding: 0 10px">                                                _n(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        'Your site has %d active plugin, and it is up to date.',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 'Your site has %d active plugin, and they are all up to date.',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         'Your site has %d active plugins, and they are all up to date.',
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $plugins_active
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                )
-                                       ),
-                                       $plugins_active
-                               )
-                       );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         ),
+                                               $plugins_active
+                                       )
+                               );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                // Check if there are inactive plugins.
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -362,18 +365,17 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['label'] = __( 'Inactive plugins should be removed' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                '<p>%s</p>',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         '<p>%s %s</p>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                 sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        esc_html(
-                                               /* translators: %d: The number of inactive plugins. */
-                                               _n(
-                                                       'Your site has %d inactive plugin. Inactive plugins are tempting targets for attackers. if you&#8217;re not going to use a plugin, we recommend you remove it.',
-                                                       'Your site has %d inactive plugins. Inactive plugins are tempting targets for attackers. if you&#8217;re not going to use a plugin, we recommend you remove it.',
-                                                       $unused_plugins
-                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: %d: The number of inactive plugins. */
+                                       _n(
+                                               'Your site has %d inactive plugin.',
+                                               'Your site has %d inactive plugins.',
+                                               $unused_plugins
</ins><span class="cx" style="display: block; padding: 0 10px">                                         ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        $unused_plugins
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         ),
+                               __( 'Inactive plugins are tempting targets for attackers. If you&#8217;re not going to use a plugin, we recommend you remove it.' )
</ins><span class="cx" style="display: block; padding: 0 10px">                         );
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -464,13 +466,11 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        esc_html(
-                                               /* translators: %d: The number of outdated themes. */
-                                               _n(
-                                                       'Your site has %d theme waiting to be updated.',
-                                                       'Your site has %d themes waiting to be updated.',
-                                                       $themes_need_updates
-                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: %d: The number of outdated themes. */
+                                       _n(
+                                               'Your site has %d theme waiting to be updated.',
+                                               'Your site has %d themes waiting to be updated.',
+                                               $themes_need_updates
</ins><span class="cx" style="display: block; padding: 0 10px">                                         ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        $themes_need_updates
</span><span class="cx" style="display: block; padding: 0 10px">                                )
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -477,20 +477,25 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        );
</span><span class="cx" style="display: block; padding: 0 10px">                } else {
</span><span class="cx" style="display: block; padding: 0 10px">                        // Give positive feedback about the site being good about keeping things up to date.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        $result['description'] .= sprintf(
-                               '<p>%s</p>',
-                               sprintf(
-                                       esc_html(
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 if ( 1 === $themes_total ) {
+                               $result['description'] .= sprintf(
+                                       '<p>%s</p>',
+                                       __( 'Your site has 1 installed theme, and it is up to date.' )
+                               );
+                       } else {
+                               $result['description'] .= sprintf(
+                                       '<p>%s</p>',
+                                       sprintf(
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 /* translators: %d: The number of themes. */
</span><span class="cx" style="display: block; padding: 0 10px">                                                _n(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        'Your site has %d installed theme, and it is up to date.',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 'Your site has %d installed theme, and they are all up to date.',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         'Your site has %d installed themes, and they are all up to date.',
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $themes_total
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                )
-                                       ),
-                                       $themes_total
-                               )
-                       );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         ),
+                                               $themes_total
+                                       )
+                               );
+                       }
</ins><span class="cx" style="display: block; padding: 0 10px">                 }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                if ( $has_unused_themes && $show_unused_themes ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -504,17 +509,19 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                if ( $using_default_theme ) {
</span><span class="cx" style="display: block; padding: 0 10px">                                        $result['description'] .= sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                '<p>%s</p>',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         '<p>%s %s</p>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        esc_html(
-                                                               /* translators: %d: The number of inactive themes. */
-                                                               _n(
-                                                                       'Your site has %1$d inactive theme. To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep your current theme, %2$s, and %3$s, its parent theme.',
-                                                                       'Your site has %1$d inactive themes. To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep your current theme, %2$s, and %3$s, its parent theme.',
-                                                                       $themes_inactive
-                                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 /* translators: %d: The number of inactive themes. */
+                                                       _n(
+                                                               'Your site has %d inactive theme.',
+                                                               'Your site has %d inactive themes.',
+                                                               $themes_inactive
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         ),
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        $themes_inactive,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 $themes_inactive
+                                               ),
+                                               sprintf(
+                                                       /* translators: 1: The currently active theme. 2: The active theme's parent theme. */
+                                                       __( 'To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         $active_theme->name,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $active_theme->parent()->name
</span><span class="cx" style="display: block; padding: 0 10px">                                                )
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -521,17 +528,19 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        );
</span><span class="cx" style="display: block; padding: 0 10px">                                } else {
</span><span class="cx" style="display: block; padding: 0 10px">                                        $result['description'] .= sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                '<p>%s</p>',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         '<p>%s %s</p>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        esc_html(
-                                                               /* translators: %1$d: The number of inactive themes. %2$s: The default theme for WordPress. %3$s: The currently active theme. %4$s: The active themes parent theme. */
-                                                               _n(
-                                                                       'Your site has %1$d inactive theme. To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep %2$s, the default WordPress theme, %3$s, your current theme and %4$s, its parent theme.',
-                                                                       'Your site has %1$d inactive themes. To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep %2$s, the default WordPress theme, %3$s, your current theme and %4$s, its parent theme.',
-                                                                       $themes_inactive
-                                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 /* translators: %d: The number of inactive themes. */
+                                                       _n(
+                                                               'Your site has %d inactive theme.',
+                                                               'Your site has %d inactive themes.',
+                                                               $themes_inactive
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         ),
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        $themes_inactive,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 $themes_inactive
+                                               ),
+                                               sprintf(
+                                                       /* translators: 1: The default theme for WordPress. 2: The currently active theme. 3: The active theme's parent theme. */
+                                                       __( 'To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep %1$s, the default WordPress theme, %2$s, your current theme, and %3$s, its parent theme.' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         WP_DEFAULT_THEME,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $active_theme->name,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $active_theme->parent()->name
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -546,36 +555,34 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                if ( $using_default_theme ) {
</span><span class="cx" style="display: block; padding: 0 10px">                                        $result['description'] .= sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                '<p>%s</p>',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         '<p>%s %s</p>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        esc_html(
-                                                               /* translators: %1$d: The amount of inactive themes. %2$s: The currently active theme. */
-                                                               _n(
-                                                                       'Your site has %1$d inactive theme, other than %2$s, your active theme. We recommend removing any unused themes to enhance your sites security.',
-                                                                       'Your site has %1$d inactive themes, other than %2$s, your active theme. We recommend removing any unused themes to enhance your sites security.',
-                                                                       $themes_inactive
-                                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 /* translators: 1: The amount of inactive themes. 2: The currently active theme. */
+                                                       _n(
+                                                               'Your site has %1$d inactive theme, other than %2$s, your active theme.',
+                                                               'Your site has %1$d inactive themes, other than %2$s, your active theme.',
+                                                               $themes_inactive
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $themes_inactive,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $active_theme->name
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         ),
+                                               __( 'We recommend removing any unused themes to enhance your site&#8217;s security.' )
</ins><span class="cx" style="display: block; padding: 0 10px">                                         );
</span><span class="cx" style="display: block; padding: 0 10px">                                } else {
</span><span class="cx" style="display: block; padding: 0 10px">                                        $result['description'] .= sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                '<p>%s</p>',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         '<p>%s %s</p>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        esc_html(
-                                                               /* translators: %1$d: The amount of inactive themes. %2$s: The default theme for WordPress. %3$s: The currently active theme. */
-                                                               _n(
-                                                                       'Your site has %1$d inactive theme, other than %2$s, the default WordPress theme, and %3$s, your active theme. We recommend removing any unused themes to enhance your sites security.',
-                                                                       'Your site has %1$d inactive themes, other than %2$s, the default WordPress theme, and %3$s, your active theme. We recommend removing any unused themes to enhance your sites security.',
-                                                                       $themes_inactive
-                                                               )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 /* translators: 1: The amount of inactive themes. 2: The default theme for WordPress. 3: The currently active theme. */
+                                                       _n(
+                                                               'Your site has %1$d inactive theme, other than %2$s, the default WordPress theme, and %3$s, your active theme.',
+                                                               'Your site has %1$d inactive themes, other than %2$s, the default WordPress theme, and %3$s, your active theme.',
+                                                               $themes_inactive
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $themes_inactive,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        WP_DEFAULT_THEME,
</span><span class="cx" style="display: block; padding: 0 10px">                                                        $active_theme->name
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         ),
+                                               __( 'We recommend removing any unused themes to enhance your site&#8217;s security.' )
</ins><span class="cx" style="display: block; padding: 0 10px">                                         );
</span><span class="cx" style="display: block; padding: 0 10px">                                }
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -710,12 +717,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                __( 'PHP modules perform most of the tasks on the server that make your site run.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        /* translators: %s: Link to the hosting group page about recommended PHP modules. */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        __( 'The Hosting team maintains a list of those modules, both recommended and required, in %s.' ),
-                                       sprintf(
-                                               '<a href="%s">%s</a>',
-                                               esc_url( _x( 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions', 'The address to describe PHP modules and their use.' ) ),
-                                               __( 'the team handbook' )
-                                       )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 __( 'The Hosting team maintains a list of those modules, both recommended and required, in <a href="%s">the team handbook</a>.' ),
+                                       /* translators: The address to describe PHP modules and their use. */
+                                       esc_url( __( 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions' ) )
</ins><span class="cx" style="display: block; padding: 0 10px">                                 )
</span><span class="cx" style="display: block; padding: 0 10px">                        ),
</span><span class="cx" style="display: block; padding: 0 10px">                        'actions'     => '',
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -922,7 +926,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        /* translators: %1$s: The database engine in use (MySQL or MariaDB). %2$s: Database server recommended version number. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: 1: The database engine in use (MySQL or MariaDB). 2: Database server recommended version number. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'For optimal performance and security reasons, we recommend running %1$s version %2$s or higher. Contact your web hosting company to correct this.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        ( $this->mariadb ? 'MariaDB' : 'MySQL' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        $this->health_check_mysql_rec_version
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -938,7 +942,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        /* translators: %1$s: The database engine in use (MySQL or MariaDB). %2$s: Database server minimum version number. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: 1: The database engine in use (MySQL or MariaDB). 2: Database server minimum version number. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'WordPress requires %1$s version %2$s or higher. Contact your web hosting company to correct this.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        ( $this->mariadb ? 'MariaDB' : 'MySQL' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        $this->health_check_mysql_required_version
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -951,8 +955,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                wp_kses(
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: %s: The name of the database engine being used. */
-                                               __( 'You are using a <code>wp-content/db.php</code> drop-in which might mean that a %s database is not being used.' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: 1: The name of the drop-in. 2: The name of the database engine. */
+                                               __( 'You are using a %1$s drop-in which might mean that a %2$s database is not being used.' ),
+                                               '<code>wp-content/db.php</code>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 ( $this->is_mariadb ? 'MariaDB' : 'MySQL' )
</span><span class="cx" style="display: block; padding: 0 10px">                                        ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        array(
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1054,7 +1059,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: %1$s: Name of the library, %2$s: Number of version. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: 1: Name of the library, 2: Number of version. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 __( 'WordPress&#8217; utf8mb4 support requires MySQL client library (%1$s) version %2$s or newer.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                'mysqlnd',
</span><span class="cx" style="display: block; padding: 0 10px">                                                '5.0.9'
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1070,7 +1075,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: %1$s: Name of the library, %2$s: Number of version. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: 1: Name of the library, 2: Number of version. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 __( 'WordPress&#8217; utf8mb4 support requires MySQL client library (%1$s) version %2$s or newer.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                'libmysql',
</span><span class="cx" style="display: block; padding: 0 10px">                                                '5.5.3'
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1124,7 +1129,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<span class="error"><span class="screen-reader-text">%s</span></span> %s',
</span><span class="cx" style="display: block; padding: 0 10px">                                        __( 'Error' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: %1$s: The IP address WordPress.org resolves to. %2$s: The error returned by the lookup. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: 1: The IP address WordPress.org resolves to. 2: The error returned by the lookup. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 __( 'Your site is unable to reach WordPress.org at %1$s, and returned the error: %2$s' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                gethostbyname( 'wordpress.org' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                $wp_dotorg->get_error_message()
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1173,7 +1178,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<p>%s</p>',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        __( 'The value, WP_DEBUG_LOG, has been added to this websites configuration file. This means any errors on the site will be written to a file which is potentially available to normal users.' )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 sprintf(
+                                               /* translators: %s: Name of the constant used. */
+                                               __( 'The value, %s, has been added to this website&#8217;s configuration file. This means any errors on the site will be written to a file which is potentially available to normal users.' ),
+                                               '<code>WP_DEBUG_LOG</code>'
+                                       )
</ins><span class="cx" style="display: block; padding: 0 10px">                                 );
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1184,7 +1193,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        '<p>%s</p>',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        __( 'The value, WP_DEBUG_DISPLAY, has either been added to your configuration file, or left with its default value. This will make errors display on the front end of your site.' )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 sprintf(
+                                               /* translators: %s: Name of the constant used. */
+                                               __( 'The value, %s, has either been added to your configuration file, or left with its default value. This will make errors display on the front end of your site.' ),
+                                               '<code>WP_DEBUG_DISPLAY</code>'
+                                       )
</ins><span class="cx" style="display: block; padding: 0 10px">                                 );
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1217,7 +1230,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        'actions'     => sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p><a href="%s">%s</a></p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                esc_url(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        /* translators: Website for explaining HTTPS and why it should be used. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: Documentation explaining HTTPS and why it should be used. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'https://wordpress.org/support/article/why-should-i-use-https/' )
</span><span class="cx" style="display: block; padding: 0 10px">                                ),
</span><span class="cx" style="display: block; padding: 0 10px">                                __( 'Read more about why you should use HTTPS' )
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1338,7 +1351,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                        /* translators: %s: The error message returned while from the cron scheduler. */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        __( 'While trying to test your sites scheduled events, the following error was returned: %s' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 __( 'While trying to test your site&#8217;s scheduled events, the following error was returned: %s' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                         $this->has_missed_cron()->get_error_message()
</span><span class="cx" style="display: block; padding: 0 10px">                                )
</span><span class="cx" style="display: block; padding: 0 10px">                        );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1524,7 +1537,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                __( 'HTTP requests have been blocked by the WP_HTTP_BLOCK_EXTERNAL constant, with no allowed hosts.' )
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         sprintf(
+                                       /* translators: %s: Name of the constant used. */
+                                       __( 'HTTP requests have been blocked by the %s constant, with no allowed hosts.' ),
+                                       '<code>WP_HTTP_BLOCK_EXTERNAL</code>'
+                               )
</ins><span class="cx" style="display: block; padding: 0 10px">                         );
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1536,8 +1553,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        /* translators: %s: List of hostnames whitelisted. */
-                                       __( 'HTTP requests have been blocked by the WP_HTTP_BLOCK_EXTERNAL constant, with some hosts whitelisted: %s.' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: 1: Name of the constant used. 2: List of hostnames whitelisted. */
+                                       __( 'HTTP requests have been blocked by the %1$s constant, with some hosts whitelisted: %2$s.' ),
+                                       '<code>WP_HTTP_BLOCK_EXTERNAL</code>',
</ins><span class="cx" style="display: block; padding: 0 10px">                                         implode( ',', $hosts )
</span><span class="cx" style="display: block; padding: 0 10px">                                )
</span><span class="cx" style="display: block; padding: 0 10px">                        );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1607,7 +1625,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        '%s<br>%s',
</span><span class="cx" style="display: block; padding: 0 10px">                                        __( 'The REST API request failed due to an error.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: %1$d: The HTTP response code. %2$s: The error message returned. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: 1: The HTTP response code. 2: The error message returned. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 __( 'Error encountered: (%1$d) %2$s' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                wp_remote_retrieve_response_code( $r ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                $r->get_error_message()
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1622,7 +1640,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $result['description'] .= sprintf(
</span><span class="cx" style="display: block; padding: 0 10px">                                '<p>%s</p>',
</span><span class="cx" style="display: block; padding: 0 10px">                                sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        /* translators: %1$d: The HTTP response code returned. %2$s: The error message returned. */
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 /* translators: 1: The HTTP response code returned. 2: The error message returned. */
</ins><span class="cx" style="display: block; padding: 0 10px">                                         __( 'The REST API call gave the following unexpected result: (%1$d) %2$s.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        wp_remote_retrieve_response_code( $r ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        wp_remote_retrieve_body( $r )
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1888,7 +1906,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        '%s<br>%s',
</span><span class="cx" style="display: block; padding: 0 10px">                                        __( 'The loopback request to your site failed, this means features relying on them are not currently working as expected.' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        sprintf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                // translators: %1$d: The HTTP response code. %2$s: The error message returned.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         // translators: 1: The HTTP response code. 2: The error message returned.
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 __( 'Error encountered: (%1$d) %2$s' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                wp_remote_retrieve_response_code( $r ),
</span><span class="cx" style="display: block; padding: 0 10px">                                                $r->get_error_message()
</span></span></pre></div>
<a id="trunksrcwpadminsitehealthinfophp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/site-health-info.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/site-health-info.php   2019-04-02 13:33:47 UTC (rev 45098)
+++ trunk/src/wp-admin/site-health-info.php     2019-04-02 21:31:43 UTC (rev 45099)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -32,7 +32,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="health-check-header">
</span><span class="cx" style="display: block; padding: 0 10px">        <div class="health-check-title-section">
</span><span class="cx" style="display: block; padding: 0 10px">                <h1>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <?php _ex( 'Site Health', 'Menu, Section and Page Title' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php _e( 'Site Health' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                 </h1>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="site-health-progress hide-if-no-js loading">
</span></span></pre></div>
<a id="trunksrcwpadminsitehealthphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/site-health.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/site-health.php        2019-04-02 13:33:47 UTC (rev 45098)
+++ trunk/src/wp-admin/site-health.php  2019-04-02 21:31:43 UTC (rev 45099)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -37,7 +37,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="health-check-header">
</span><span class="cx" style="display: block; padding: 0 10px">        <div class="health-check-title-section">
</span><span class="cx" style="display: block; padding: 0 10px">                <h1>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <?php _ex( 'Site Health', 'Menu, Section and Page Title' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php _e( 'Site Health' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                 </h1>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="site-health-progress hide-if-no-js loading">
</span></span></pre>
</div>
</div>

</body>
</html>