From c5c21fe5eead7597e62cd754429a41a4d88046f9 Mon Sep 17 00:00:00 2001 From: barryhughes <3594411+barryhughes@users.noreply.github.com> Date: Mon, 19 Jul 2021 15:43:31 -0700 Subject: [PATCH] Revise "Redirect only" deprecation message. --- includes/admin/views/html-notice-redirect-only-download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/html-notice-redirect-only-download.php b/includes/admin/views/html-notice-redirect-only-download.php index 3379f41869b..23d985b0335 100644 --- a/includes/admin/views/html-notice-redirect-only-download.php +++ b/includes/admin/views/html-notice-redirect-only-download.php @@ -15,7 +15,7 @@ defined( 'ABSPATH' ) || exit; echo wp_kses_post( sprintf( /* translators: %s: Link to settings page. */ - __( 'Your store is configured to serve digital products using "Redirect only" method. This method is deprecated, please switch to a different method instead.
If you use a remote server for downloadable files (such as Google Drive, Dropbox, Amazon S3), the right method will automatically be used, so select any of the other options to make this notice go away.', 'woocommerce' ), + __( 'Your store is configured to serve digital products using "Redirect only" method. This method is deprecated, please switch to a different method instead.
If you use a remote server for downloadable files (such as Google Drive, Dropbox, Amazon S3), you may optionally wish to "allow using redirects as a last resort". Enabling that and/or selecting any of the other options will make this notice go away.', 'woocommerce' ), add_query_arg( array( 'page' => 'wc-settings',