• Resolved kretzschmar

    (@kretzschmar)


    The recent version of dkret3 is not WP2.6 compatible.

    I already uploaded a fixed version which should be online as soon as it is reviewed.

    You can make the needed changes yourself:

    in line 359 change:
    add_filter(‘get_comments_number’, ‘comment_count’, 0);

    to:
    if(function_exists(‘separate_comments’) )
    add_filter(‘get_comments_number’, ‘comment_count’, 0);

    By the way: If you already use WP2.7 you won’t see any error at all. dkret3 works like charm with this version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In WP 2.7 I get the following after activating dkret3:

    Fatal error: Only variables can be passed by reference in …/functions.php on line 355
    Do you have an idea why?

    I have dkret3 2.2 running with WP 2.7 with no errors on a few sites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dkret3 2.2 NOT WP2.6.3 compatible’ is closed to new replies.