Translating some strings and improving some explanation texts
This commit is contained in:
parent
1471755e3b
commit
dfff050dbe
|
@ -493,7 +493,7 @@ class REST_Fields_Controller extends REST_Controller {
|
|||
if($method === \WP_REST_Server::READABLE) {
|
||||
$endpoint_args['fetch'] = [
|
||||
'type' => 'string',
|
||||
'description' => __('Fetch all values of a field from a collection in all it collection items'),
|
||||
'description' => __('Fetch all values of a metadata within a collection'),
|
||||
'enum' => ['all_field_values']
|
||||
];
|
||||
$endpoint_args['context'] = array(
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue