Plugin Directory

Changeset 185785


Ignore:
Timestamp:
12/21/2009 05:20:53 PM (16 years ago)
Author:
teamplaylotto
Message:

small fix for some wp2.9 blogs (removed json_decode function)

Location:
commentluv/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • commentluv/trunk/commentluv.php

    r166282 r185785  
    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.63
     5Version: 2.7.64
    66Author: Andy Bailey
    77Author URI: http://fiddyp.co.uk/
     
    391391                $content = curl_exec ( $curl );
    392392                if (! curl_error ( $curl )) {
     393                    /* removed json_decode until fix from wp 2.9 is released
    393394                    if (function_exists ( json_decode )) {
    394395                        $data = json_decode ( $content );
     
    398399                        }
    399400                    }
     401                    */
    400402                    curl_close ( $curl );
    401403
  • commentluv/trunk/readme.txt

    r166282 r185785  
    44Tags: commentluv, comments, last blog post, linkluv
    55Requires at least: 2.8
    6 Tested up to: 2.8.5
    7 Stable tag: 2.7.63
     6Tested up to: 2.9
     7Stable tag: 2.7.64
    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.
     
    4848
    4949== ChangeLog ==
     50
     51= 2.764 =
     52* Removed json_decode. Some wp2.9 installs were getting errors
    5053
    5154= 2.763 =
Note: See TracChangeset for help on using the changeset viewer.