Mooore string values update.
This commit is contained in:
parent
b48a569548
commit
857d89471b
|
@ -291,7 +291,7 @@ class REST_Item_Metadata_Controller extends REST_Controller {
|
||||||
$endpoint_args['parent_meta_id'] = [
|
$endpoint_args['parent_meta_id'] = [
|
||||||
'type' => 'array/string/object/integer',
|
'type' => 'array/string/object/integer',
|
||||||
'items' => ['type' => 'array/string/object/integer'],
|
'items' => ['type' => 'array/string/object/integer'],
|
||||||
'description' => __('The parent meta ID for group children item metadatas')
|
'description' => __('The parent meta ID for the item metadata children group')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -325,7 +325,7 @@ class Bulk_Edit_Process extends Generic_Process {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->add_error_log( __('Not possible to copy permission for different types', 'tainacan') );
|
$this->add_error_log( __('Not possible to copy metadata values of different types', 'tainacan') );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue