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.../views/scanner
File: no-issues.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* No issues found template view.
[3] Fix | Delete
*
[4] Fix | Delete
* Expects $internalType, $displayType, $iconSVG, and $controls.
[5] Fix | Delete
*
[6] Fix | Delete
* @var string $internalType The internal issue type used to select the correct template.
[7] Fix | Delete
* @var string $displayType A human-readable string for displaying the issue type.
[8] Fix | Delete
* @var string $iconSVG The SVG HTML for the issue's icon.
[9] Fix | Delete
* @var array $summaryControls An array of summary controls for the issue type.
[10] Fix | Delete
* @var array $detailPairs An array of label/value pairs for the issue's detail data. If the entry should only be conditionally shown, the value may be an array of the format array(conditional, displayValue).
[11] Fix | Delete
* @var array $detailControls An array of detail controls for the issue type.
[12] Fix | Delete
*/
[13] Fix | Delete
?>
[14] Fix | Delete
<script type="text/x-jquery-template" id="issueTmpl_noneFound">
[15] Fix | Delete
<ul class="wf-issue wf-issue-severity-good" data-issue-id="${id}">
[16] Fix | Delete
<li class="wf-issue-summary">
[17] Fix | Delete
<ul>
[18] Fix | Delete
<li class="wf-issue-short"><div class="wf-issue-message">${shortMsg}</div></li>
[19] Fix | Delete
<li class="wf-issue-stats"></li>
[20] Fix | Delete
<li class="wf-issue-controls"></li>
[21] Fix | Delete
</ul>
[22] Fix | Delete
</li>
[23] Fix | Delete
</ul>
[24] Fix | Delete
</script>
[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