Changeset 1702364
- Timestamp:
- 07/25/2017 12:33:06 PM (9 years ago)
- File:
-
- 1 edited
-
yakit/trunk/yakit-shipping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yakit/trunk/yakit-shipping.php
r1702350 r1702364 412 412 if(isset($_GET['au'])) update_option('yakit_account_username',$_GET['au']); 413 413 if(isset($_GET['ak'])) update_option('yakit_account_key',$_GET['ak']); 414 echo '<h3 style="color:green;">Thank you for setting up Yakit account! Start shipping!</h3>';414 if(isset($_GET['au']) && isset($_GET['ak'])) echo '<h3 style="color:green;">Thank you for setting up Yakit account! Start shipping!</h3>'; 415 415 $custom_settings = array(); 416 416 $custom_settings[] = array( 'name' => __( 'Yakit Settings', 'text-domain' ),
Note: See TracChangeset
for help on using the changeset viewer.