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/wp-smush.../app/views/nextgen
File: meta-box-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* NextGen header meta box.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WP_Smush
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $title
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[9] Fix | Delete
die;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
[14] Fix | Delete
<h3 class="sui-box-title">
[15] Fix | Delete
<?php echo esc_html( $title ); ?>
[16] Fix | Delete
</h3>
[17] Fix | Delete
[18] Fix | Delete
<div class="sui-actions-right">
[19] Fix | Delete
<small>
[20] Fix | Delete
<?php
[21] Fix | Delete
printf(
[22] Fix | Delete
/* translators: %1$s - a href opening tag, %2$s - a href closing tag */
[23] Fix | Delete
esc_html__( 'Smush individual images via your %1$sManage Galleries%2$s section', 'wp-smushit' ),
[24] Fix | Delete
'<a href="' . esc_url( admin_url() . 'admin.php?page=nggallery-manage-gallery' ) . '" title="' . esc_html__( 'Manage Galleries', 'wp-smushit' ) . '">',
[25] Fix | Delete
'</a>'
[26] Fix | Delete
);
[27] Fix | Delete
?>
[28] Fix | Delete
</small>
[29] Fix | Delete
</div>
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function