Changeset 324155
- Timestamp:
- 12/18/2010 04:31:53 PM (15 years ago)
- File:
-
- 1 edited
-
listpipe/trunk/listpipe.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
listpipe/trunk/listpipe.php
r310618 r324155 4 4 Plugin URI: http://www.listpipe.com/plugins.php 5 5 Description: The ListPipe Pugin for WordPress pulls Powerful Custom Content from your ListPipe account and inserts it into your posts. 6 Version: 2. 46 Version: 2.5 7 7 Author: Square Compass, LLC 8 8 Author URI: http://www.squarecompass.com … … 93 93 try{ 94 94 $ch = curl_init(); 95 curl_setopt($ch,CURLOPT_URL,$con tent_file);95 curl_setopt($ch,CURLOPT_URL,$confirmation_ping); 96 96 curl_setopt($ch,CURLOPT_HEADER,0); 97 97 curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
Note: See TracChangeset
for help on using the changeset viewer.