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.../menu
File: theme-plugins-compatibility.php
<div class="wrap">
[0] Fix | Delete
<h3><?php _e('Theme and Plugins compatibility with WPML', 'sitepress') ?></h3>
[1] Fix | Delete
[2] Fix | Delete
<p><?php _e('Configuration for compatibility between your active plugins and theme is updated automatically on daily basis.','sitepress'); ?></p>
[3] Fix | Delete
<div id="icl_theme_plugins_compatibility">
[4] Fix | Delete
<p><?php printf(__('Last checked on %s','sitepress'),'<span id="wpml_conf_upd">'.date('F j, Y H:i a', get_option('wpml_config_index_updated')).'</span>') ?></p>
[5] Fix | Delete
[6] Fix | Delete
<input class="button" id="update_wpml_config" value="<?php echo __('Update','sitepress') ?>" type="button" style="float:left" />
[7] Fix | Delete
[8] Fix | Delete
</div>
[9] Fix | Delete
</div>
[10] Fix | Delete
[11] Fix | Delete
<script type="text/javascript">
[12] Fix | Delete
jQuery(document).ready(function($){
[13] Fix | Delete
$('#update_wpml_config').click(function(){
[14] Fix | Delete
var el = $(this);
[15] Fix | Delete
var ajaxLoader = $('<span class="spinner" style="float:left"></span>');
[16] Fix | Delete
ajaxLoader.insertAfter(el).show();
[17] Fix | Delete
el.attr('disabled','disabled');
[18] Fix | Delete
jQuery.ajax({
[19] Fix | Delete
type : "post",
[20] Fix | Delete
url : ajaxurl,
[21] Fix | Delete
data : {
[22] Fix | Delete
action: "update_wpml_config_index",
[23] Fix | Delete
_icl_nonce: "<?php echo wp_create_nonce('icl_theme_plugins_compatibility_nonce'); ?>"
[24] Fix | Delete
},
[25] Fix | Delete
success: function(response) {
[26] Fix | Delete
if(response)
[27] Fix | Delete
$('#wpml_conf_upd').html(response);
[28] Fix | Delete
},
[29] Fix | Delete
complete: function() {
[30] Fix | Delete
ajaxLoader.remove();
[31] Fix | Delete
el.removeAttr('disabled');
[32] Fix | Delete
}
[33] Fix | Delete
});
[34] Fix | Delete
});
[35] Fix | Delete
});
[36] Fix | Delete
</script>
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function