Plugin Directory

Changeset 1702364


Ignore:
Timestamp:
07/25/2017 12:33:06 PM (9 years ago)
Author:
jeyapriya
Message:

minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • yakit/trunk/yakit-shipping.php

    r1702350 r1702364  
    412412            if(isset($_GET['au'])) update_option('yakit_account_username',$_GET['au']);
    413413            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>';
    415415            $custom_settings = array();
    416416            $custom_settings[] = array( 'name' => __( 'Yakit Settings', 'text-domain' ),
Note: See TracChangeset for help on using the changeset viewer.