Skip to content

Commit

Permalink
Merge pull request #1295 from angelleye/PFWA-161
Browse files Browse the repository at this point in the history
Update action links in plugin, PFWA-161
  • Loading branch information
Drew Angell committed Mar 18, 2019
2 parents fd98676 + b914b0e commit 3e64360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paypal-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ public function plugin_action_links($actions, $plugin_file, $plugin_data, $conte
$custom_actions = array(
//'configure' => sprintf( '<a href="%s">%s</a>', admin_url( 'admin.php?page=wc-settings&tab=checkout' ), __( 'Configure', 'paypal-for-woocommerce' ) ),
'docs' => sprintf( '<a href="%s" target="_blank">%s</a>', 'http://www.angelleye.com/category/docs/paypal-for-woocommerce/?utm_source=paypal_for_woocommerce&utm_medium=docs_link&utm_campaign=paypal_for_woocommerce', __( 'Docs', 'paypal-for-woocommerce' ) ),
'support' => sprintf( '<a href="%s" target="_blank">%s</a>', 'http://wordpress.org/support/plugin/paypal-for-woocommerce/', __( 'Support', 'paypal-for-woocommerce' ) ),
'review' => sprintf( '<a href="%s" target="_blank">%s</a>', 'http://wordpress.org/support/view/plugin-reviews/paypal-for-woocommerce', __( 'Write a Review', 'paypal-for-woocommerce' ) ),
'support' => sprintf( '<a href="%s" target="_blank">%s</a>', 'https://www.angelleye.com/support', __( 'Support', 'paypal-for-woocommerce' ) ),
'review' => sprintf( '<a href="%s" target="_blank">%s</a>', 'https://www.angelleye.com/product/woocommerce-paypal-plugin/#tab-reviews', __( 'Write a Review', 'paypal-for-woocommerce' ) ),
);

// add the links to the front of the actions list
Expand Down

0 comments on commit 3e64360

Please sign in to comment.