: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<template id="tmpl-tb_locked">
<style id="module_locked_style">
<?php echo file_get_contents(THEMIFY_BUILDER_DIR.'/css/editor/components/locked.css');?>
<div id="tb_builder_restriction" class="lb tf_abs_c">
<?php echo get_avatar( $uid, 64, 'mystery' ) ?>
$data = get_userdata($uid);
printf( __('<strong>%s</strong> is already editing this Builder. Do you want to take over?', 'themify'), $data->display_name);
<a class="btn" href="<?php echo admin_url('edit.php?post_type=' . get_post_type($id)) ?>"><?php _e('All Pages', 'themify') ?></a>
<?php if(Themify_Builder_Revisions::is_revision_enabled($id)):?>
<button type="button" class="btn rvs"><?php _e('Save as Revision', 'themify'); ?></button>
<button type="button" class="btn take"><?php _e('Take over', 'themify'); ?></button>
<button type="button" class="tf_close" title="<?php _e('Close Without Saving','themify')?>"></button>