Changeset 1339801
- Timestamp:
- 01/30/2016 10:20:51 PM (10 years ago)
- Location:
- check-amazon-link/trunk
- Files:
-
- 1 deleted
- 1 edited
-
AzWorker.php~ (deleted)
-
amazon-link-checker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/trunk/amazon-link-checker.php
r1331597 r1339801 1013 1013 echo "<input type='checkbox' id='mailing_list_cb' name='azlc_plugin_options[mailing_list]' value='1'"; 1014 1014 // 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; 1016 1016 echo checked( 1, $opt_in , false ); 1017 1017 echo"> <label for='mailing_list_cb'>Yes, sign me up to your mailing list so I can receive discounts on premium plugins and … … 1250 1250 </ul> 1251 1251 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®ion=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®ion=US&placement=1601382995&asins=1601382995&linkId=HSUZ6V3UYPZNAMA4&show_border=true&link_opens_in_new_window=true">1255 </iframe>1256 1252 </div> 1257 1253 </div>
Note: See TracChangeset
for help on using the changeset viewer.