Changeset 714099
- Timestamp:
- 05/16/2013 10:31:50 PM (13 years ago)
- Location:
- admangler/trunk
- Files:
-
- 2 edited
-
adMangler.class.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admangler/trunk/adMangler.class.php
r714097 r714099 542 542 function send_statistics($action) 543 543 { 544 if (in_array ('curl', get_loaded_extensions())) 545 { 544 546 545 try { 547 546 $api = new WebAPI('publicapi', 'publicapi'); … … 557 556 $api->request(); 558 557 } catch (Exception $e) { /* Fail quitely */ } 559 }560 else561 {562 $temp = ''; // Do Nothing for now563 }564 558 } 565 559 -
admangler/trunk/readme.txt
r714097 r714099 5 5 Requires at least: 2.8.2 6 6 Tested up to: 3.5.1 7 Stable Tag: 0.1. 27 Stable Tag: 0.1.3 8 8 9 9 AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site. … … 62 62 == Changelog == 63 63 64 = 0.1. 1=64 = 0.1.2 = 65 65 * Bug fix for plugin automatic update! 66 66
Note: See TracChangeset
for help on using the changeset viewer.