Normalize string in terms controller

This commit is contained in:
Claudio Sanches 2018-10-26 20:12:09 -03:00
parent 2be69a90a6
commit ccb3f3d82c
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ abstract class WC_REST_Terms_Controller extends WC_REST_Controller {
$params['context']['default'] = 'view';
$params['exclude'] = array(
'description' => __( 'Ensure result set excludes specific ids.', 'woocommerce' ),
'description' => __( 'Ensure result set excludes specific IDs.', 'woocommerce' ),
'type' => 'array',
'items' => array(
'type' => 'integer',