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/wp-conte.../plugins/themify-.../includes/tpl
File: tmpl-locked.php
<template id="tmpl-tb_locked">
[0] Fix | Delete
<style id="module_locked_style">
[1] Fix | Delete
<?php echo file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/locked.css');?>
[2] Fix | Delete
</style>
[3] Fix | Delete
<div id="tb_builder_restriction" class="lb tf_abs_c">
[4] Fix | Delete
<div class="avatar">
[5] Fix | Delete
<?php echo get_avatar( $uid, 64, 'mystery' ) ?>
[6] Fix | Delete
</div>
[7] Fix | Delete
<div class="content">
[8] Fix | Delete
<div class="info">
[9] Fix | Delete
<?php
[10] Fix | Delete
$data = get_userdata($uid);
[11] Fix | Delete
printf( __('<strong>%s</strong> is already editing this Builder. Do you want to take over?', 'themify'), $data->display_name);
[12] Fix | Delete
?>
[13] Fix | Delete
</div>
[14] Fix | Delete
<div class="buttons">
[15] Fix | Delete
<a class="btn" href="<?php echo admin_url('edit.php?post_type=' . get_post_type($id)) ?>"><?php _e('All Pages', 'themify') ?></a>
[16] Fix | Delete
<?php if(Themify_Builder_Revisions::is_revision_enabled($id)):?>
[17] Fix | Delete
<button type="button" class="btn rvs"><?php _e('Save as Revision', 'themify'); ?></button>
[18] Fix | Delete
<?php endif;?>
[19] Fix | Delete
<button type="button" class="btn take"><?php _e('Take over', 'themify'); ?></button>
[20] Fix | Delete
</div>
[21] Fix | Delete
</div>
[22] Fix | Delete
<button type="button" class="tf_close" title="<?php _e('Close Without Saving','themify')?>"></button>
[23] Fix | Delete
</div>
[24] Fix | Delete
</template>
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function