Plugin Directory

Changeset 1339801


Ignore:
Timestamp:
01/30/2016 10:20:51 PM (10 years ago)
Author:
LinSoftware
Message:

Fixed error on settings page.

Location:
check-amazon-link/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • check-amazon-link/trunk/amazon-link-checker.php

    r1331597 r1339801  
    10131013    echo  "<input type='checkbox' id='mailing_list_cb' name='azlc_plugin_options[mailing_list]'  value='1'";
    10141014        // default is checked box
    1015         $opt_in = isset( $options['email']) ? $options['mailing_list'] : 1;
     1015        $opt_in = isset( $options['mailing_list']) ? $options['mailing_list'] : 1;
    10161016        echo checked( 1, $opt_in , false );
    10171017     echo"> <label for='mailing_list_cb'>Yes, sign me up to your mailing list so I can receive discounts on premium plugins and
     
    12501250</ul>
    12511251
    1252 <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="https://plugins.trac.wordpress.org//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=azlc-20&marketplace=amazon&region=US&placement=163047276X&asins=163047276X&linkId=BQA5XMH2UCV4EOXP&show_border=true&link_opens_in_new_window=true">
    1253 </iframe>
    1254 <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="https://plugins.trac.wordpress.org//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=azlc-20&marketplace=amazon&region=US&placement=1601382995&asins=1601382995&linkId=HSUZ6V3UYPZNAMA4&show_border=true&link_opens_in_new_window=true">
    1255 </iframe>
    12561252            </div>
    12571253        </div>
Note: See TracChangeset for help on using the changeset viewer.