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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/sitepres.../res/js
File: scripts.js
return false;
[500] Fix | Delete
}
[501] Fix | Delete
[502] Fix | Delete
function icl_cf_translation_preferences_submit(cf, obj) {
[503] Fix | Delete
jQuery.ajax({
[504] Fix | Delete
type: 'POST',
[505] Fix | Delete
url: ajaxurl,
[506] Fix | Delete
data: 'action=wpml_ajax&icl_ajx_action=wpml_cf_translation_preferences&translate_action='+obj.parent().children('input:[name="wpml_cf_translation_preferences['+cf+']"]:checked').val()+'&'+obj.parent().children('input:[name="wpml_cf_translation_preferences_data_'+cf+'"]').val() + '&_icl_nonce = ' + jQuery('#_icl_nonce_cftpn').val(),
[507] Fix | Delete
cache: false,
[508] Fix | Delete
error: function(html){
[509] Fix | Delete
jQuery('#wpml_cf_translation_preferences_ajax_response_'+cf).html('Error occured');
[510] Fix | Delete
},
[511] Fix | Delete
beforeSend: function(html){
[512] Fix | Delete
jQuery('#wpml_cf_translation_preferences_ajax_response_'+cf).html(icl_ajxloaderimg);
[513] Fix | Delete
},
[514] Fix | Delete
success: function(html){
[515] Fix | Delete
jQuery('#wpml_cf_translation_preferences_ajax_response_'+cf).html(html);
[516] Fix | Delete
},
[517] Fix | Delete
dataType: 'html'
[518] Fix | Delete
});
[519] Fix | Delete
[520] Fix | Delete
}
[521] Fix | Delete
[522] Fix | Delete
WPML_core.redirectUploadsOnLangParam = function() {
[523] Fix | Delete
var path = window.location.pathname,
[524] Fix | Delete
upload_screen_file = 'upload.php',
[525] Fix | Delete
has_lang_param = 1 === window.location.search.search('lang');
[526] Fix | Delete
[527] Fix | Delete
if (path.slice(upload_screen_file.length * -1) === upload_screen_file && has_lang_param) {
[528] Fix | Delete
window.location = path;
[529] Fix | Delete
}
[530] Fix | Delete
};
[531] Fix | Delete
jQuery('ready', WPML_core.redirectUploadsOnLangParam() );
[532] Fix | Delete
[533] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function