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-conte.../plugins/content-.../inc/freemius/template.../js
File: permissions.php
}
[500] Fix | Delete
});
[501] Fix | Delete
}
[502] Fix | Delete
[503] Fix | Delete
if ( 'theme' === type ) {
[504] Fix | Delete
/**
[505] Fix | Delete
* Add opt-in/out button to the active theme's buttons collection
[506] Fix | Delete
* in the theme's extended details overlay.
[507] Fix | Delete
*
[508] Fix | Delete
* @author Vova Feldman (@svovaf)
[509] Fix | Delete
* @since 1.2.2.7
[510] Fix | Delete
*/
[511] Fix | Delete
$( '.theme-overlay' ).contentChange( function () {
[512] Fix | Delete
if ( 0 === $( '.theme-overlay.active' ).length ) {
[513] Fix | Delete
// Add opt-in/out button only to the currently active theme.
[514] Fix | Delete
return;
[515] Fix | Delete
}
[516] Fix | Delete
[517] Fix | Delete
if ( $( '#fs_theme_opt_in_out' ).length > 0 ) {
[518] Fix | Delete
// Button already there.
[519] Fix | Delete
return;
[520] Fix | Delete
}
[521] Fix | Delete
[522] Fix | Delete
var label = getOptInLabel( ! isTrackingAllowed ),
[523] Fix | Delete
href = ( isTrackingAllowed || isRegistered ) ? '' : reconnectUrl,
[524] Fix | Delete
$actionLink = $( '<a id="fs_theme_opt_in_out" href="' + encodeURI( href ) + '" class="button">' + label + '</a>' );
[525] Fix | Delete
[526] Fix | Delete
$( '.theme-wrap .theme-actions .active-theme' ).append( $actionLink );
[527] Fix | Delete
[528] Fix | Delete
if ( isRegistered && '' === href ) {
[529] Fix | Delete
registerActionLinkClick();
[530] Fix | Delete
}
[531] Fix | Delete
});
[532] Fix | Delete
}
[533] Fix | Delete
[534] Fix | Delete
if ( isRegistered ) {
[535] Fix | Delete
if ( 'theme' !== type ) {
[536] Fix | Delete
registerActionLinkClick();
[537] Fix | Delete
}
[538] Fix | Delete
[539] Fix | Delete
registerEventHandlers();
[540] Fix | Delete
}
[541] Fix | Delete
[542] Fix | Delete
};
[543] Fix | Delete
} )( jQuery );
[544] Fix | Delete
</script>
[545] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function