diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index b6c5436207..83bf8b5172 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -355,7 +355,7 @@ class WP_Site_Health { sprintf( /* translators: %d: The number of active plugins. */ _n( - 'Your site has %d active plugin, and they are all up to date.', + 'Your site has %d active plugin, and it is up to date.', 'Your site has %d active plugins, and they are all up to date.', $plugins_active ), @@ -511,7 +511,7 @@ class WP_Site_Health { sprintf( /* translators: %d: The number of themes. */ _n( - 'Your site has %d installed theme, and they are all up to date.', + 'Your site has %d installed theme, and it is up to date.', 'Your site has %d installed themes, and they are all up to date.', $themes_total ), diff --git a/wp-includes/version.php b/wp-includes/version.php index da35e84d7c..eb56c31989 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2.1-alpha-45335'; +$wp_version = '5.2.1-alpha-45337'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.