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.../plugins/wordfenc.../lib
File: wfViewResult.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
[0] Fix | Delete
<?php if(! wfUtils::isAdmin()){ exit(); } ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[1] Fix | Delete
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
[2] Fix | Delete
<head>
[3] Fix | Delete
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
[4] Fix | Delete
<link rel='stylesheet' id='wordfence-main-style-css' href='<?php echo wfUtils::getBaseURL() . wfUtils::versionedAsset('css/diff.css'); ?>?ver=<?php echo WORDFENCE_VERSION; ?>' type='text/css' media='all' />
[5] Fix | Delete
<body>
[6] Fix | Delete
<h1><?php esc_html_e('Wordfence: File Viewer', 'wordfence') ?></h1>
[7] Fix | Delete
<table border="0" style="margin: 0 0 20px 0;" class="summary">
[8] Fix | Delete
<tr><td><?php esc_html_e('Filename:', 'wordfence') ?></td><td><?php echo wp_kses($localFile, array()); ?></td></tr>
[9] Fix | Delete
<tr><td><?php esc_html_e('File Size:', 'wordfence') ?></td><td><?php echo $fileSize; ?></td></tr>
[10] Fix | Delete
<tr><td><?php esc_html_e('File last modified:', 'wordfence') ?></td><td><?php echo $fileMTime; ?></td></tr>
[11] Fix | Delete
</table>
[12] Fix | Delete
[13] Fix | Delete
<?php
[14] Fix | Delete
if($isEmpty){
[15] Fix | Delete
echo "File is empty.";
[16] Fix | Delete
} else {
[17] Fix | Delete
highlight_string($cont);
[18] Fix | Delete
}
[19] Fix | Delete
?>
[20] Fix | Delete
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
<div class="diffFooter"><?php echo wp_kses(sprintf(__('&copy;&nbsp;%d to %d Wordfence &mdash; Visit <a href="http://wordfence.com/">Wordfence.com</a> for help, security updates and more.', 'wordfence'), date_i18n('Y', WORDFENCE_EPOCH), date_i18n('Y')), array('a'=>array('href'=>array()))); ?></div>
[24] Fix | Delete
</body>
[25] Fix | Delete
</html>
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function