From 28ae470c915b220de0159c45c72e11748ad55848 Mon Sep 17 00:00:00 2001 From: Simon Kraft Date: Tue, 28 Nov 2017 15:52:29 +0100 Subject: [PATCH] Update PayPal links --- README.md | 2 +- inc/statify_backend.class.php | 2 +- views/widget_back.view.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69f1025..9da7cb5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Visitor statistics for WordPress with focus on data protection, transparency and ## Donations You can leave a donation -[via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CH5FPR88QYML). +[via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW). ## Credits * Author: [Sergej Müller](https://sergejmueller.github.io/) diff --git a/inc/statify_backend.class.php b/inc/statify_backend.class.php index f1f169a..de8b4fd 100644 --- a/inc/statify_backend.class.php +++ b/inc/statify_backend.class.php @@ -30,7 +30,7 @@ public static function add_meta_link( $input, $file ) { return array_merge( $input, array( - '' . esc_html__( 'Donate', 'statify' ) . '', + '' . esc_html__( 'Donate', 'statify' ) . '', '' . esc_html__( 'Support', 'statify' ) . '', ) ); diff --git a/views/widget_back.view.php b/views/widget_back.view.php index b64bef3..11ab537 100644 --- a/views/widget_back.view.php +++ b/views/widget_back.view.php @@ -32,6 +32,6 @@ class_exists( 'Statify' ) || exit; ?>