From 2e788562f8276bfb3b021600f7c8a57a3e77c817 Mon Sep 17 00:00:00 2001 From: selul Date: Wed, 26 Jun 2019 13:01:14 +0300 Subject: [PATCH] fix: anchor element on license activation message which should link to the license field, fix #57 --- src/Modules/Licenser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Licenser.php b/src/Modules/Licenser.php index 75cda6d7..1ffaa4f0 100644 --- a/src/Modules/Licenser.php +++ b/src/Modules/Licenser.php @@ -194,7 +194,7 @@ function show_notice() { ?>

- product->get_name() . ' ' . $this->product->get_type(), $this->get_api_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() ); ?> + product->get_name() . ' ' . $this->product->get_type(), $this->get_api_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() . '_license' ); ?>