Fixes typo in the facets controller.
This commit is contained in:
parent
8aebc72636
commit
a5a2807896
|
@ -245,7 +245,7 @@ class REST_Facets_Controller extends REST_Controller {
|
|||
],
|
||||
'parent' => [
|
||||
'type' => 'string',
|
||||
'description' => __( 'Parent term id, if coming from a Taxonomy metadata type tha has hierarchy.', 'tainacan' ),
|
||||
'description' => __( 'Parent term id, if coming from a Taxonomy metadata type that has hierarchy.', 'tainacan' ),
|
||||
],
|
||||
'total_items' => [
|
||||
'type' => 'integer',
|
||||
|
|
Loading…
Reference in New Issue