Plugin Directory

Changeset 324155


Ignore:
Timestamp:
12/18/2010 04:31:53 PM (15 years ago)
Author:
jpatterson
Message:

This version fixes an error-handling bug that may effect some users when connecting to ListPipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • listpipe/trunk/listpipe.php

    r310618 r324155  
    44Plugin URI: http://www.listpipe.com/plugins.php
    55Description: The ListPipe Pugin for WordPress pulls Powerful Custom Content from your ListPipe account and inserts it into your posts.
    6 Version: 2.4
     6Version: 2.5
    77Author: Square Compass, LLC
    88Author URI: http://www.squarecompass.com
     
    9393                        try{
    9494                            $ch = curl_init();
    95                             curl_setopt($ch,CURLOPT_URL,$content_file);
     95                            curl_setopt($ch,CURLOPT_URL,$confirmation_ping);
    9696                            curl_setopt($ch,CURLOPT_HEADER,0);
    9797                            curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
Note: See TracChangeset for help on using the changeset viewer.