From 6efa2cd72422e59e3fa0cd9907de35d09e30bc50 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 15 Apr 2019 23:56:52 +0000 Subject: [PATCH] I18N: Fix typo in a translator comment. See #46920. Built from https://develop.svn.wordpress.org/trunk@45207 git-svn-id: http://core.svn.wordpress.org/trunk@45016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-automatic-updater.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-automatic-updater.php b/wp-admin/includes/class-wp-automatic-updater.php index 7fad10d6ff..72a93667af 100644 --- a/wp-admin/includes/class-wp-automatic-updater.php +++ b/wp-admin/includes/class-wp-automatic-updater.php @@ -654,7 +654,7 @@ class WP_Automatic_Updater { case 'fail': // We tried to update but couldn't. case 'manual': // We can't update (and made no attempt). - /* translators: Updated available notification email subject. 1: Site title, 2: WordPress version number. */ + /* translators: Update available notification email subject. 1: Site title, 2: WordPress version number. */ $subject = __( '[%1$s] WordPress %2$s is available. Please update!' ); break; diff --git a/wp-includes/version.php b/wp-includes/version.php index a4526461bb..9d9f5fdfc8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta3-45206'; +$wp_version = '5.2-beta3-45207'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.