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/wp-conte.../plugins/network-.../views
File: network_settings.php
<h1>Network Posts Multisite Settings</h1>
[0] Fix | Delete
<form method="post">
[1] Fix | Delete
<fieldset>
[2] Fix | Delete
<input type="hidden" name="_wpnonce" value="<?= $data['nonce']; ?>"/>
[3] Fix | Delete
<table class="form-table">
[4] Fix | Delete
<thead>
[5] Fix | Delete
<tr>
[6] Fix | Delete
<th>Blog name</th>
[7] Fix | Delete
<th>Strip excerpt tags</th>
[8] Fix | Delete
</tr>
[9] Fix | Delete
</thead>
[10] Fix | Delete
<tbody>
[11] Fix | Delete
<?php foreach($data['rows'] as $row):?>
[12] Fix | Delete
<tr>
[13] Fix | Delete
<td><?= $row['blogname']; ?></td>
[14] Fix | Delete
<td class="check-column">
[15] Fix | Delete
<input type="checkbox" name="denied_tags[]" value="<?= $row['id']; ?>" <?= $row['denied_tags']; ?> />
[16] Fix | Delete
</td>
[17] Fix | Delete
</tr>
[18] Fix | Delete
<?php endforeach; ?>
[19] Fix | Delete
</tbody>
[20] Fix | Delete
</table>
[21] Fix | Delete
[22] Fix | Delete
<input type="submit" name="submit" id="submit" class="button button-primary" value="Save"/>
[23] Fix | Delete
</fieldset>
[24] Fix | Delete
</form>
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function