Inove and WordPress 2.7
-
hi,
i have install wp 2.7 and see this error:
Fatal error: Only variables can be passed by reference in /srv/www/vhosts/pretzlaff.info/httpdocs/wordpress_270/wp-content/themes/inove/functions.php on line 353
351 function comment_count( $commentcount ) {
352 global $id
353 $comments_by_type = &separate_comments(get_comments(‘post_id=’ . $id));
354 return count($comments_by_type[‘comment’]);
355 }
356 }
- The topic ‘Inove and WordPress 2.7’ is closed to new replies.