Plugin Directory

Changeset 217486


Ignore:
Timestamp:
03/14/2010 02:35:17 PM (16 years ago)
Author:
teamplaylotto
Message:

updated curl call and added warning to settings page

Location:
commentluv/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • commentluv/trunk/commentluv-manager.php

    r204345 r217486  
    3030                    <p>
    3131                    <input type="checkbox" name="cl_use_template" <?php echo $use_template;?>/>
    32                     <label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?> ( &lt;?php cl_display_badge(); ?&gt; )</label>
     32                    <label for="cl_use_template"><?php _e('Use template insert to show badge and checkbox?',$this->plugin_domain);?>
     33                    <br><strong><?php _e('Do NOT check this unless you have manually inserted the code into your comments.php file ',$this->plugin_domain);?> </strong><br>( &lt;?php cl_display_badge(); ?&gt; )</label>
    3334                    </p>
    3435                    <h3><?php _e('Display Badge',$this->plugin_domain);?></h3>
  • commentluv/trunk/commentluv.php

    r204345 r217486  
    33Plugin URI: http://comluv.com/download/commentluv-wordpress/
    44Description: Plugin to show a link to the last post from the commenters blog by parsing the feed at their given URL when they leave a comment. Rewards your readers and encourage more comments.
    5 Version: 2.7.66
     5Version: 2.7.67
    66Author: Andy Bailey
    77Author URI: http://fiddyp.co.uk/
     
    397397                curl_setopt ( $curl, CURLOPT_HEADER, 0 );
    398398                curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE );
     399                curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 4);
    399400                curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 );
    400401                $content = curl_exec ( $curl );
  • commentluv/trunk/readme.txt

    r204345 r217486  
    55Requires at least: 2.8
    66Tested up to: 2.9
    7 Stable tag: 2.7.66
     7Stable tag: 2.7.67
    88   
    99Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
     
    4747
    4848== ChangeLog ==
     49
     50= 2.767 =
     51* Added conncettimeout to curl call
     52* Added warning next to 'use template insert' checkbox in settings page
    4953
    5054= 2.766 =
Note: See TracChangeset for help on using the changeset viewer.