Skip to content

Commit

Permalink
Merge pull request #56 from pluginkollektiv/issue-55
Browse files Browse the repository at this point in the history
Update PayPal links
  • Loading branch information
bueltge authored Nov 28, 2017
2 parents d5f5a3d + 28ae470 commit 094d97b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion inc/statify_backend.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static function add_meta_link( $input, $file ) {
return array_merge(
$input,
array(
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CH5FPR88QYML" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Donate', 'statify' ) . '</a>',
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Donate', 'statify' ) . '</a>',
'<a href="https://wordpress.org/support/plugin/statify" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Support', 'statify' ) . '</a>',
)
);
Expand Down
2 changes: 1 addition & 1 deletion views/widget_back.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class_exists( 'Statify' ) || exit; ?>

<p class="meta-links">
<a href="<?php esc_html_e( 'https://wordpress.org/plugins/statify/', 'statify' ); ?>" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Documentation', 'statify' ); ?></a>
&bull; <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CH5FPR88QYML" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Donate', 'statify' ); ?></a>
&bull; <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Donate', 'statify' ); ?></a>
&bull; <a href="https://wordpress.org/support/plugin/statify" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Support', 'statify' ); ?></a>
</p>

0 comments on commit 094d97b

Please sign in to comment.