This commit is contained in:
Chung Pham
2020-08-20 17:31:10 +07:00
parent a2415271a9
commit 8851716ddc
34 changed files with 5463 additions and 5035 deletions

View File

@@ -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">';