Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/herald
File: comments.php
<?php if ( post_password_required() ) { return; } ?>
[0] Fix | Delete
[1] Fix | Delete
<?php if ( comments_open() || get_comments_number() ) : ?>
[2] Fix | Delete
[3] Fix | Delete
<div id="comments" class="herald-comments">
[4] Fix | Delete
[5] Fix | Delete
<?php
[6] Fix | Delete
ob_start();
[7] Fix | Delete
comments_number(__herald('no_comments'), __herald('one_comment'), __herald('multiple_comments'));
[8] Fix | Delete
$comments_title = ob_get_contents();
[9] Fix | Delete
ob_end_clean();
[10] Fix | Delete
[11] Fix | Delete
$args = array(
[12] Fix | Delete
'title' => '<h4 class="h6 herald-mod-h herald-color">'.$comments_title.'</h4>',
[13] Fix | Delete
'actions' => get_comment_pages_count() > 1 && get_option( 'page_comments' ) ? paginate_comments_links( array('echo' => false)) : ''
[14] Fix | Delete
);
[15] Fix | Delete
[16] Fix | Delete
echo herald_print_heading( $args );
[17] Fix | Delete
?>
[18] Fix | Delete
[19] Fix | Delete
<?php if( strpos( 'above', herald_get_option('single_comment_form') ) !== false ) : ?>
[20] Fix | Delete
<?php get_template_part( 'template-parts/single/comment-form' ); ?>
[21] Fix | Delete
<?php endif; ?>
[22] Fix | Delete
[23] Fix | Delete
<?php if ( have_comments() ) : ?>
[24] Fix | Delete
[25] Fix | Delete
<ul class="comment-list">
[26] Fix | Delete
<?php $args = array(
[27] Fix | Delete
'avatar_size' => 60,
[28] Fix | Delete
'reply_text' => __herald('comment_reply')
[29] Fix | Delete
); ?>
[30] Fix | Delete
<?php wp_list_comments($args); ?>
[31] Fix | Delete
</ul>
[32] Fix | Delete
<?php endif; ?>
[33] Fix | Delete
[34] Fix | Delete
<?php if( strpos( 'below', herald_get_option('single_comment_form') ) !== false ) : ?>
[35] Fix | Delete
<?php get_template_part( 'template-parts/single/comment-form' ); ?>
[36] Fix | Delete
<?php endif; ?>
[37] Fix | Delete
[38] Fix | Delete
</div>
[39] Fix | Delete
[40] Fix | Delete
<?php endif; ?>
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function