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/clone/wp-inclu.../js/jquery/ui
File: tooltip.js
} );
[500] Fix | Delete
this.liveRegion.remove();
[501] Fix | Delete
}
[502] Fix | Delete
} );
[503] Fix | Delete
[504] Fix | Delete
// DEPRECATED
[505] Fix | Delete
// TODO: Switch return back to widget declaration at top of file when this is removed
[506] Fix | Delete
if ( $.uiBackCompat !== false ) {
[507] Fix | Delete
[508] Fix | Delete
// Backcompat for tooltipClass option
[509] Fix | Delete
$.widget( "ui.tooltip", $.ui.tooltip, {
[510] Fix | Delete
options: {
[511] Fix | Delete
tooltipClass: null
[512] Fix | Delete
},
[513] Fix | Delete
_tooltip: function() {
[514] Fix | Delete
var tooltipData = this._superApply( arguments );
[515] Fix | Delete
if ( this.options.tooltipClass ) {
[516] Fix | Delete
tooltipData.tooltip.addClass( this.options.tooltipClass );
[517] Fix | Delete
}
[518] Fix | Delete
return tooltipData;
[519] Fix | Delete
}
[520] Fix | Delete
} );
[521] Fix | Delete
}
[522] Fix | Delete
[523] Fix | Delete
return $.ui.tooltip;
[524] Fix | Delete
[525] Fix | Delete
} );
[526] Fix | Delete
[527] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function