• In slow-log i get this error.

    [0x0000000001264f48] wp_list_comments() /var/www/werun.se/htdocs/wp-content/themes/wrtheme_two/comments.php:29
    [0x0000000001263e48] +++ dump failed

    And line 29 is the )); ?>.

    <ol class="commentlist">
    	<?php wp_list_comments(array(
      		'type' => 'comment', // Display the comments here
      		'avatar_size' => '62' // Adjust the avatar size
      //		'callback' => 'custom_comments' // Edit the comments markup in functions.php
    		)); ?>
    	</ol>

    Does anyone se any issues in code?

The topic ‘[0x0000000001263e48] dump failed’ is closed to new replies.