Missing period

This commit is contained in:
Claudio Sanches 2016-06-05 15:32:46 -03:00
parent 83a843a706
commit 26e2d17f26
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class WC_REST_Product_Attributes_Controller extends WC_REST_Controller {
} }
if ( ! wc_rest_check_manager_permissions( 'attributes', 'read' ) ) { if ( ! wc_rest_check_manager_permissions( 'attributes', 'read' ) ) {
return new WP_Error( 'woocommerce_rest_cannot_view', __( 'Sorry, you cannot view this resource', 'woocommerce' ), array( 'status' => rest_authorization_required_code() ) ); return new WP_Error( 'woocommerce_rest_cannot_view', __( 'Sorry, you cannot view this resource.', 'woocommerce' ), array( 'status' => rest_authorization_required_code() ) );
} }
return true; return true;