update
This commit is contained in:
@@ -196,7 +196,7 @@ class CMB2 extends CMB2_Base {
|
||||
public function __construct( $config, $object_id = 0 ) {
|
||||
|
||||
if ( empty( $config['id'] ) ) {
|
||||
wp_die( esc_html__( 'Metabox configuration is required to have an ID parameter.', 'cmb2' ) );
|
||||
wp_die( esc_html__( 'Metabox configuration is required to have an ID parameter.', 'opalestate-pro' ) );
|
||||
}
|
||||
|
||||
$this->cmb_id = $config['id'];
|
||||
@@ -600,7 +600,7 @@ class CMB2 extends CMB2_Base {
|
||||
}
|
||||
|
||||
echo '
|
||||
<div class="cmbhandle" title="' , esc_attr__( 'Click to toggle', 'cmb2' ), '"><br></div>
|
||||
<div class="cmbhandle" title="' , esc_attr__( 'Click to toggle', 'opalestate-pro' ), '"><br></div>
|
||||
<h3 class="cmb-group-title cmbhandle-title"><span>', $field_group->replace_hash( $field_group->options( 'group_title' ) ), '</span></h3>
|
||||
|
||||
<div class="inside cmb-td cmb-nested cmb-field-list">';
|
||||
|
||||
Reference in New Issue
Block a user