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.../res/js
File: fix-tables-collation.js
jQuery(document).ready(function () {
[0] Fix | Delete
jQuery('#wpml_fix_tables_collation').click(function () {
[1] Fix | Delete
jQuery(this).attr('disabled', 'disabled');
[2] Fix | Delete
jQuery(this).after('<span class="wpml-fix-tables-collation-spinner">' + icl_ajxloaderimg + '</span>');
[3] Fix | Delete
jQuery.ajax({
[4] Fix | Delete
url: ajaxurl,
[5] Fix | Delete
type: 'POST',
[6] Fix | Delete
data: {
[7] Fix | Delete
action: 'fix_tables_collation',
[8] Fix | Delete
nonce: jQuery('#wpml-fix-tables-collation-nonce').val(),
[9] Fix | Delete
},
[10] Fix | Delete
success: function () {
[11] Fix | Delete
jQuery('#wpml_fix_tables_collation').removeAttr('disabled');
[12] Fix | Delete
jQuery('.wpml-fix-tables-collation-spinner').remove();
[13] Fix | Delete
}
[14] Fix | Delete
});
[15] Fix | Delete
});
[16] Fix | Delete
});
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function