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/sitepres.../inc/upgrade-...
File: upgrade-3.1.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// Add a new `language_context` index to icl_strings table
[2] Fix | Delete
$sql = "ALTER TABLE `{$wpdb->prefix}icl_translate` CHANGE field_data field_data longtext NOT NULL";
[3] Fix | Delete
$wpdb->query($sql);
[4] Fix | Delete
$sql = "ALTER TABLE `{$wpdb->prefix}icl_translate` CHANGE field_data_translated field_data_translated longtext NOT NULL";
[5] Fix | Delete
$wpdb->query($sql);
[6] Fix | Delete
[7] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function