From 47720de1c291a2dd25bcbb2bac496c65188ca175 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 15:19:50 +0000 Subject: [PATCH] Text Changes: Use consistent question wording for discarding unpublished changes in Customizer. Props ramiy. Fixes #47258. Built from https://develop.svn.wordpress.org/trunk@45434 git-svn-id: http://core.svn.wordpress.org/trunk@45245 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index eb0f37098a..3a1ec83cae 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -1444,7 +1444,7 @@ function wp_default_scripts( &$scripts ) { 'themeDownloading' => __( 'Downloading your new theme…' ), 'themePreviewWait' => __( 'Setting up your live preview. This may take a bit.' ), 'revertingChanges' => __( 'Reverting unpublished changes…' ), - 'trashConfirm' => __( 'Are you sure you’d like to discard your unpublished changes?' ), + 'trashConfirm' => __( 'Are you sure you want to discard your unpublished changes?' ), /* translators: %s: Display name of the user who has taken over the changeset in customizer. */ 'takenOverMessage' => __( '%s has taken over and is currently customizing.' ), /* translators: %s: URL to the Customizer to load the autosaved version */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a081c60c6e..30fff2be4f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45433'; +$wp_version = '5.3-alpha-45434'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.