From 9264bf5d89b0d5e79b80f666a88fcc864b3f1e97 Mon Sep 17 00:00:00 2001 From: xecdev Date: Wed, 19 Mar 2025 17:59:50 +0430 Subject: [PATCH 1/2] Open links to wallets in new tab --- includes/class-paybutton-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-paybutton-admin.php b/includes/class-paybutton-admin.php index e181861..4a2999c 100644 --- a/includes/class-paybutton-admin.php +++ b/includes/class-paybutton-admin.php @@ -229,7 +229,7 @@ public function admin_notice_missing_wallet_address() { $address = get_option('pb_paywall_admin_wallet_address', ''); if (empty($address)) { echo '
'; - echo '

PayButton: Please set your wallet address in Paywall Settings. If you don\'t have an address yet, create a wallet using Cashtab, Electrum ABC or Electron Cash.

'; + echo '

PayButton: Please set your wallet address in Paywall Settings. If you don\'t have an address yet, create a wallet using Cashtab, Electrum ABC or Electron Cash.

'; echo '
'; } } From f512f4af3551e1d5bfb81f4ac88c76c28b020da1 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 20 Mar 2025 19:53:54 -0700 Subject: [PATCH 2/2] Missing addr notice message tweak. --- includes/class-paybutton-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-paybutton-admin.php b/includes/class-paybutton-admin.php index 4a2999c..980dfca 100644 --- a/includes/class-paybutton-admin.php +++ b/includes/class-paybutton-admin.php @@ -229,7 +229,7 @@ public function admin_notice_missing_wallet_address() { $address = get_option('pb_paywall_admin_wallet_address', ''); if (empty($address)) { echo '
'; - echo '

PayButton: Please set your wallet address in Paywall Settings. If you don\'t have an address yet, create a wallet using Cashtab, Electrum ABC or Electron Cash.

'; + echo '

NOTICE: Please set your wallet address in Paywall Settings. If you don\'t have an address yet, create a wallet using Cashtab, Electrum ABC or Electron Cash.

'; echo '
'; } }