Changeset 217486
- Timestamp:
- 03/14/2010 02:35:17 PM (16 years ago)
- Location:
- commentluv/trunk
- Files:
-
- 3 edited
-
commentluv-manager.php (modified) (1 diff)
-
commentluv.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commentluv/trunk/commentluv-manager.php
r204345 r217486 30 30 <p> 31 31 <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);?> ( <?php cl_display_badge(); ?> )</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>( <?php cl_display_badge(); ?> )</label> 33 34 </p> 34 35 <h3><?php _e('Display Badge',$this->plugin_domain);?></h3> -
commentluv/trunk/commentluv.php
r204345 r217486 3 3 Plugin URI: http://comluv.com/download/commentluv-wordpress/ 4 4 Description: 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.6 65 Version: 2.7.67 6 6 Author: Andy Bailey 7 7 Author URI: http://fiddyp.co.uk/ … … 397 397 curl_setopt ( $curl, CURLOPT_HEADER, 0 ); 398 398 curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, TRUE ); 399 curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 4); 399 400 curl_setopt ( $curl, CURLOPT_TIMEOUT, 7 ); 400 401 $content = curl_exec ( $curl ); -
commentluv/trunk/readme.txt
r204345 r217486 5 5 Requires at least: 2.8 6 6 Tested up to: 2.9 7 Stable tag: 2.7.6 67 Stable tag: 2.7.67 8 8 9 9 Reward 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. … … 47 47 48 48 == ChangeLog == 49 50 = 2.767 = 51 * Added conncettimeout to curl call 52 * Added warning next to 'use template insert' checkbox in settings page 49 53 50 54 = 2.766 =
Note: See TracChangeset
for help on using the changeset viewer.