Changeset 185785
- Timestamp:
- 12/21/2009 05:20:53 PM (16 years ago)
- Location:
- commentluv/trunk
- Files:
-
- 2 edited
-
commentluv.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commentluv/trunk/commentluv.php
r166282 r185785 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 35 Version: 2.7.64 6 6 Author: Andy Bailey 7 7 Author URI: http://fiddyp.co.uk/ … … 391 391 $content = curl_exec ( $curl ); 392 392 if (! curl_error ( $curl )) { 393 /* removed json_decode until fix from wp 2.9 is released 393 394 if (function_exists ( json_decode )) { 394 395 $data = json_decode ( $content ); … … 398 399 } 399 400 } 401 */ 400 402 curl_close ( $curl ); 401 403 -
commentluv/trunk/readme.txt
r166282 r185785 4 4 Tags: commentluv, comments, last blog post, linkluv 5 5 Requires at least: 2.8 6 Tested up to: 2. 8.57 Stable tag: 2.7.6 36 Tested up to: 2.9 7 Stable tag: 2.7.64 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. … … 48 48 49 49 == ChangeLog == 50 51 = 2.764 = 52 * Removed json_decode. Some wp2.9 installs were getting errors 50 53 51 54 = 2.763 =
Note: See TracChangeset
for help on using the changeset viewer.