Reduce number of duplicated strings

This commit is contained in:
Claudio Sanches 2018-10-26 20:08:24 -03:00
parent 47a6c32d5c
commit 2be69a90a6
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ class WC_REST_Product_Reviews_Controller extends WC_REST_Controller {
$params['context']['default'] = 'view';
$params['after'] = array(
'description' => __( 'Limit response to reviews published after a given ISO8601 compliant date.', 'woocommerce' ),
'description' => __( 'Limit response to resources published after a given ISO8601 compliant date.', 'woocommerce' ),
'type' => 'string',
'format' => 'date-time',
);