Use admin_url instead of using absolute url to support subfolder installs
This commit is contained in:
parent
bc4f246dc0
commit
75c3583ff5
|
@ -16,7 +16,7 @@ defined( 'ABSPATH' ) || exit;
|
|||
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>', 'woocommerce' ),
|
||||
'/wp-admin/admin.php?page=wc-settings&tab=products§ion=downloadable'
|
||||
admin_url( 'admin.php?page=wc-settings&tab=products§ion=downloadable' )
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue