false ) ); $callie_comment_list = str_replace('avatar avatar-32 photo', 'media-object', $callie_comment_list); $callie_comment_list = str_replace('comment-body', 'media media-author', $callie_comment_list); $callie_comment_list = str_replace('fn', 'media-heading', $callie_comment_list); echo wp_kses_post($callie_comment_list); if(!comments_open()){ _e('Comments are closed', 'callie'); } ?>
' ', 'Prev_text' =>__('Previous comments', 'callie'), 'next_text' =>__('Next comments', 'callie'), )); ?>

END_OF_STRING; $callie_comment_fields['author'] = <<
END_OF_STRING; $callie_comment_fields['email'] = <<
END_OF_STRING; $callie_comment_fields['url'] =<<
END_OF_STRING; $callie_comment_submit_button = << END_OF_STRING; $callie_comment_argument = array( 'fields' =>$callie_comment_fields, 'comment_field' =>$callie_comment_field, 'submit_button' =>$callie_comment_submit_button, 'class_form' =>'post-reply', 'title_reply' =>'' ); comment_form($callie_comment_argument); ?>