: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
jQuery(document).ready(function($) {
$( '.trash a' ).click( function( e ) {
var answer = confirm( nfi18n.confirm_delete );
window.location.href = e.currentTarget.href;