Update tracker notice message.
This commit is contained in:
parent
efb15ab1c4
commit
b4997a7da4
|
@ -404,7 +404,7 @@ class WC_Tracker {
|
|||
}
|
||||
|
||||
echo '<div id="message" class="updated woocommerce-message wc-connect">';
|
||||
echo '<p>' . __( 'Allow WooCommerce usage tracking? Send non sensitive WooCommerce usage data to WooThemes and get 20% discount on your next WooThemes purchase.', 'woocommerce' ) . '</p>';
|
||||
echo '<p>' . __( 'Want to help make WooCommerce even more awesome? Allow WooThemes to collect non-sensitive diagnostic data and usage information, and get 20% discount on your next WooThemes purchase.', 'woocommerce' ) . '</p>';
|
||||
echo '<p class="submit"><a href="' . esc_url( wp_nonce_url( add_query_arg( 'wc_tracker', 'opt-in' ), 'wc_tracker_optin', 'wc_tracker_nonce' ) ) . '" class="button-primary">' . __( 'Allow', 'woocommerce' ) . '</a>';
|
||||
echo ' <a href="' . esc_url( wp_nonce_url( add_query_arg( 'wc_tracker', 'opt-out' ), 'wc_tracker_optin', 'wc_tracker_nonce' ) ) . '" class="skip button-primary">' . __( 'No, don\'t bother me again', 'woocommerce' ) . '</a></p>';
|
||||
echo '</div>';
|
||||
|
|
Loading…
Reference in New Issue