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/clone/wp-conte.../plugins/redux-fr.../redux-co.../inc/themeche.../js
File: admin.js
/* global redux_check_intro */
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* Description
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
( function( $ ) {
[6] Fix | Delete
'use strict';
[7] Fix | Delete
[8] Fix | Delete
$(function() {
[9] Fix | Delete
$( '#theme-check > h2' ).html( $( '#theme-check > h2' ).html() + ' with Redux Theme-Check' );
[10] Fix | Delete
[11] Fix | Delete
if ( 'undefined' !== typeof redux_check_intro ) {
[12] Fix | Delete
$( '#theme-check .theme-check' ).append( redux_check_intro.text );
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
$( '#theme-check form' ).append(
[16] Fix | Delete
'&nbsp;&nbsp;<input name="redux_wporg" type="checkbox"> Extra WP.org Requirements.'
[17] Fix | Delete
);
[18] Fix | Delete
}
[19] Fix | Delete
);
[20] Fix | Delete
}( jQuery ) );
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function