Revise "Redirect only" deprecation message.

This commit is contained in:
barryhughes 2021-07-19 15:43:31 -07:00
parent 46f9644eae
commit c5c21fe5ee
1 changed files with 1 additions and 1 deletions

View File

@ -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, <a href="%s">please switch to a different method instead.</a><br><em>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.</em>', 'woocommerce' ),
__( 'Your store is configured to serve digital products using "Redirect only" method. This method is deprecated, <a href="%s">please switch to a different method instead.</a><br><em>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.</em>', 'woocommerce' ),
add_query_arg(
array(
'page' => 'wc-settings',