Update WordPay module link

This commit is contained in:
Brian Miyaji
2017-06-14 14:37:57 +10:00
parent 5222a2fe6a
commit eb758ccbaf
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class SP_Settings_Modules extends SP_Settings_Page {
<table class="widefat" cellspacing="0"> <table class="widefat" cellspacing="0">
<thead> <thead>
<tr><th> <tr><th>
<a href="https://wordpay.org" target="_blank"><img src="<?php echo plugin_dir_url( SP_PLUGIN_FILE ); ?>/assets/images/modules/wordpay.png" alt="<?php _e( 'WordPay', 'sportspress' ); ?>" width="150"></a> <a href="https://wordpay.org/sportspress/" target="_blank"><img src="<?php echo plugin_dir_url( SP_PLUGIN_FILE ); ?>/assets/images/modules/wordpay.png" alt="<?php _e( 'WordPay', 'sportspress' ); ?>" width="150"></a>
</th></tr> </th></tr>
</thead> </thead>
<tbody> <tbody>
@@ -86,7 +86,7 @@ class SP_Settings_Modules extends SP_Settings_Page {
<p><?php _e( 'Start collecting club membership payments with WordPay.','sportspress' ); ?></p> <p><?php _e( 'Start collecting club membership payments with WordPay.','sportspress' ); ?></p>
<p class="sp-module-actions"> <p class="sp-module-actions">
<span><?php _e( 'Premium', 'sportspress' ); ?></span> <span><?php _e( 'Premium', 'sportspress' ); ?></span>
<a class="button" href="https://wordpay.org" target="_blank"><?php _e( 'Get WordPay', 'sportspress' ); ?></a> <a class="button" href="https://wordpay.org/sportspress/" target="_blank"><?php _e( 'Get WordPay', 'sportspress' ); ?></a>
</p> </p>
</td></tr> </td></tr>
</tbody> </tbody>

View File

@@ -156,7 +156,7 @@ class SP_Modules {
'label' => __( 'WordPay', 'sportspress' ), 'label' => __( 'WordPay', 'sportspress' ),
'class' => 'WordPay', 'class' => 'WordPay',
'icon' => 'sp-icon-wordpay', 'icon' => 'sp-icon-wordpay',
'link' => 'https://wordpay.org/', 'link' => 'https://wordpay.org/sportspress/',
'desc' => __( 'Start collecting club membership payments with WordPay.', 'sportspress' ), 'desc' => __( 'Start collecting club membership payments with WordPay.', 'sportspress' ),
'tip' => __( 'Get WordPay', 'sportspress' ), 'tip' => __( 'Get WordPay', 'sportspress' ),
), ),